Html Css Color HEX #C991DB Wisteria

📋 copy color: '#C991DB'

red 201 ◦ green 145 ◦ blue 219

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

Shades of Wisteria #C991DB

Tints of Wisteria #C991DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.66%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 35.58%
G = 25.66%
B = 38.76%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C991DB (or 0xC991DB) is known color: Wisteria. HEX triplet: C9, 91 and DB. RGB value is (201,145,219). Sum of RGB (Red+Green+Blue) = 201+145+219=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C991DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991DB is #366E24. Grayscale: #A9A9A9. Windows color (decimal): -3567141 or 14389705. OLE color: 14389705.

HSL color Cylindrical-coordinate representation of color #C991DB: hue angle of 285.41º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C991DB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 145 219 -
CMYK 0.08 0.34 0 0.14
HSL 285.41º 0.51% 0.71% -
HSV(B) 285.41º 0.34% 0.86% -
XYZ 47 37.78 71.83 -
YUV 170.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 201 145 219 0.08 0.34 0 0.14 285.41 0.51 0.71
Hex C9 91 DB 8 22 0 E 11D 33 47
Octal 311 221 333 10 42 0 16 435 63 107
Binary 11001001 10010001 11011011 1000 100010 0 1110 100011101 110011 1000111

Color Harmonies of #C991DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991DB

Black with #C991DB

Text Example


Text Example

White with #C991DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991DB; }

 p { color: rgb(201,145,219); }

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

background-color css

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

 a { background-color: rgb(201,145,219); }

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

border-color css

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

 span { border-color: rgb(201,145,219); }

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