Html Css Color HEX #C499D2 Wisteria

📋 copy color: '#C499D2'

red 196 ◦ green 153 ◦ blue 210

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

Shades of Wisteria #C499D2

Tints of Wisteria #C499D2

RGB

 RED value IS 196 (76.95% from 255) = 35.06%

 GREEN value IS 153 (60.16% from 255) = 27.37%

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 35.06%
G = 27.37%
B = 37.57%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C499D2 (or 0xC499D2) is known color: Wisteria. HEX triplet: C4, 99 and D2. RGB value is (196,153,210). Sum of RGB (Red+Green+Blue) = 196+153+210=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C499D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499D2 is #3B662D. Grayscale: #ACACAC. Windows color (decimal): -3892782 or 13801924. OLE color: 13801924.

HSL color Cylindrical-coordinate representation of color #C499D2: hue angle of 285.26º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C499D2 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 153 210 -
CMYK 0.07 0.27 0 0.18
HSL 285.26º 0.39% 0.71% -
HSV(B) 285.26º 0.27% 0.82% -
XYZ 45.79 39.17 66.12 -
YUV 172.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 196 153 210 0.07 0.27 0 0.18 285.26 0.39 0.71
Hex C4 99 D2 7 1B 0 12 11D 27 47
Octal 304 231 322 7 33 0 22 435 47 107
Binary 11000100 10011001 11010010 111 11011 0 10010 100011101 100111 1000111

Color Harmonies of #C499D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499D2

Black with #C499D2

Text Example


Text Example

White with #C499D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C499D2; }

 p { color: rgb(196,153,210); }

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

background-color css

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

 a { background-color: rgb(196,153,210); }

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

border-color css

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

 span { border-color: rgb(196,153,210); }

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