Html Css Color HEX #C99CD8 Wisteria

📋 copy color: '#C99CD8'

red 201 ◦ green 156 ◦ blue 216

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

Shades of Wisteria #C99CD8

Tints of Wisteria #C99CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 35.08%
G = 27.23%
B = 37.7%

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

#C99CD8 (or 0xC99CD8) is known color: Wisteria. HEX triplet: C9, 9C and D8. RGB value is (201,156,216). Sum of RGB (Red+Green+Blue) = 201+156+216=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #C99CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CD8 is #366327. Grayscale: #B0B0B0. Windows color (decimal): -3564328 or 14195913. OLE color: 14195913.

HSL color Cylindrical-coordinate representation of color #C99CD8: hue angle of 285º degrees, saturation: 0.43, 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 #C99CD8 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 156 216 -
CMYK 0.07 0.28 0 0.15
HSL 285º 0.43% 0.73% -
HSV(B) 285º 0.28% 0.85% -
XYZ 48.37 41.15 70.36 -
YUV 176.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 201 156 216 0.07 0.28 0 0.15 285 0.43 0.73
Hex C9 9C D8 7 1C 0 F 11D 2B 49
Octal 311 234 330 7 34 0 17 435 53 111
Binary 11001001 10011100 11011000 111 11100 0 1111 100011101 101011 1001001

Color Harmonies of #C99CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CD8

Black with #C99CD8

Text Example


Text Example

White with #C99CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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