Html Css Color HEX #C198DF Wisteria

📋 copy color: '#C198DF'

red 193 ◦ green 152 ◦ blue 223

#C198DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C198DF

Tints of Wisteria #C198DF

RGB

 RED value IS 193 (75.78% from 255) = 33.98%

 GREEN value IS 152 (59.77% from 255) = 26.76%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 33.98%
G = 26.76%
B = 39.26%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C198DF (or 0xC198DF) is known color: Wisteria. HEX triplet: C1, 98 and DF. RGB value is (193,152,223). Sum of RGB (Red+Green+Blue) = 193+152+223=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C198DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198DF is #3E6720. Grayscale: #ACACAC. Windows color (decimal): -4089633 or 14653633. OLE color: 14653633.

HSL color Cylindrical-coordinate representation of color #C198DF: hue angle of 274.65º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C198DF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 152 223 -
CMYK 0.13 0.32 0 0.13
HSL 274.65º 0.53% 0.74% -
HSV(B) 274.65º 0.32% 0.87% -
XYZ 46.54 39.12 74.91 -
YUV 172.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 193 152 223 0.13 0.32 0 0.13 274.65 0.53 0.74
Hex C1 98 DF D 20 0 D 113 35 4A
Octal 301 230 337 15 40 0 15 423 65 112
Binary 11000001 10011000 11011111 1101 100000 0 1101 100010011 110101 1001010

Color Harmonies of #C198DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198DF

Black with #C198DF

Text Example


Text Example

White with #C198DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198DF; }

 p { color: rgb(193,152,223); }

 H1.HeaderClassName
 {
   color: #C198DF;
 }
 .AnyTagClassName
 {
   color: #C198DF;
 }
</style>

background-color css

<style>
 a { background-color: #C198DF; }

 a { background-color: rgb(193,152,223); }

 div.DivClassName
 {
   background-color: #C198DF;
 }
 .BgClassName
 {
   background-color: #C198DF;
 }
</style>

border-color css

<style>
 span { border-color: #C198DF; }

 span { border-color: rgb(193,152,223); }

 td.TdClassName
 {
   border-color: #C198DF;
 }
 .TagClassName
 {
   border-color: #C198DF;
 }
</style>