Html Css Color HEX #C499D7 Wisteria

📋 copy color: '#C499D7'

red 196 ◦ green 153 ◦ blue 215

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

Shades of Wisteria #C499D7

Tints of Wisteria #C499D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 34.75%
G = 27.13%
B = 38.12%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C499D7 (or 0xC499D7) is known color: Wisteria. HEX triplet: C4, 99 and D7. RGB value is (196,153,215). Sum of RGB (Red+Green+Blue) = 196+153+215=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #C499D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499D7 is #3B6628. Grayscale: #ACACAC. Windows color (decimal): -3892777 or 14129604. OLE color: 14129604.

HSL color Cylindrical-coordinate representation of color #C499D7: hue angle of 281.61º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C499D7 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 153 215 -
CMYK 0.09 0.29 0 0.16
HSL 281.61º 0.44% 0.72% -
HSV(B) 281.61º 0.29% 0.84% -
XYZ 46.42 39.42 69.45 -
YUV 172.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 196 153 215 0.09 0.29 0 0.16 281.61 0.44 0.72
Hex C4 99 D7 9 1D 0 10 11A 2C 48
Octal 304 231 327 11 35 0 20 432 54 110
Binary 11000100 10011001 11010111 1001 11101 0 10000 100011010 101100 1001000

Color Harmonies of #C499D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499D7

Black with #C499D7

Text Example


Text Example

White with #C499D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C499D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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