Html Css Color HEX #C99CD9 Wisteria

📋 copy color: '#C99CD9'

red 201 ◦ green 156 ◦ blue 217

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

Shades of Wisteria #C99CD9

Tints of Wisteria #C99CD9

RGB

 RED value IS 201 (78.91% from 255) = 35.02%

 GREEN value IS 156 (61.33% from 255) = 27.18%

 BLUE value IS 217 (85.16% from 255) = 37.8%

R = 35.02%
G = 27.18%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C99CD9 (or 0xC99CD9) is known color: Wisteria. HEX triplet: C9, 9C and D9. RGB value is (201,156,217). Sum of RGB (Red+Green+Blue) = 201+156+217=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #C99CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CD9 is #366326. Grayscale: #B0B0B0. Windows color (decimal): -3564327 or 14261449. OLE color: 14261449.

HSL color Cylindrical-coordinate representation of color #C99CD9: hue angle of 284.26º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99CD9 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 156 217 -
CMYK 0.07 0.28 0 0.15
HSL 284.26º 0.45% 0.73% -
HSV(B) 284.26º 0.28% 0.85% -
XYZ 48.5 41.2 71.04 -
YUV 176.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 201 156 217 0.07 0.28 0 0.15 284.26 0.45 0.73
Hex C9 9C D9 7 1C 0 F 11C 2D 49
Octal 311 234 331 7 34 0 17 434 55 111
Binary 11001001 10011100 11011001 111 11100 0 1111 100011100 101101 1001001

Color Harmonies of #C99CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CD9

Black with #C99CD9

Text Example


Text Example

White with #C99CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CD9; }

 p { color: rgb(201,156,217); }

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

background-color css

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

 a { background-color: rgb(201,156,217); }

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

border-color css

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

 span { border-color: rgb(201,156,217); }

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