Html Css Color HEX #C995DD Wisteria

📋 copy color: '#C995DD'

red 201 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C995DD

Tints of Wisteria #C995DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.09%

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

R = 35.2%
G = 26.09%
B = 38.7%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C995DD (or 0xC995DD) is known color: Wisteria. HEX triplet: C9, 95 and DD. RGB value is (201,149,221). Sum of RGB (Red+Green+Blue) = 201+149+221=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C995DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995DD is #366A22. Grayscale: #ACACAC. Windows color (decimal): -3566115 or 14521801. OLE color: 14521801.

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

Color convert

RGB 201 149 221 -
CMYK 0.09 0.33 0 0.13
HSL 283.33º 0.51% 0.73% -
HSV(B) 283.33º 0.33% 0.87% -
XYZ 47.89 39.13 73.44 -
YUV 172.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 201 149 221 0.09 0.33 0 0.13 283.33 0.51 0.73
Hex C9 95 DD 9 21 0 D 11B 33 49
Octal 311 225 335 11 41 0 15 433 63 111
Binary 11001001 10010101 11011101 1001 100001 0 1101 100011011 110011 1001001

Color Harmonies of #C995DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995DD

Black with #C995DD

Text Example


Text Example

White with #C995DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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