Html Css Color HEX #C999DD Wisteria

📋 copy color: '#C999DD'

red 201 ◦ green 153 ◦ blue 221

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

Shades of Wisteria #C999DD

Tints of Wisteria #C999DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 34.96%
G = 26.61%
B = 38.43%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C999DD (or 0xC999DD) is known color: Wisteria. HEX triplet: C9, 99 and DD. RGB value is (201,153,221). Sum of RGB (Red+Green+Blue) = 201+153+221=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #C999DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999DD is #366622. Grayscale: #AEAEAE. Windows color (decimal): -3565091 or 14522825. OLE color: 14522825.

HSL color Cylindrical-coordinate representation of color #C999DD: hue angle of 282.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C999DD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 153 221 -
CMYK 0.09 0.31 0 0.13
HSL 282.35º 0.5% 0.73% -
HSV(B) 282.35º 0.31% 0.87% -
XYZ 48.53 40.42 73.65 -
YUV 175.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 201 153 221 0.09 0.31 0 0.13 282.35 0.5 0.73
Hex C9 99 DD 9 1F 0 D 11A 32 49
Octal 311 231 335 11 37 0 15 432 62 111
Binary 11001001 10011001 11011101 1001 11111 0 1101 100011010 110010 1001001

Color Harmonies of #C999DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999DD

Black with #C999DD

Text Example


Text Example

White with #C999DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999DD; }

 p { color: rgb(201,153,221); }

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

background-color css

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

 a { background-color: rgb(201,153,221); }

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

border-color css

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

 span { border-color: rgb(201,153,221); }

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