Html Css Color HEX #C990DB Wisteria

📋 copy color: '#C990DB'

red 201 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #C990DB

Tints of Wisteria #C990DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.53%

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

R = 35.64%
G = 25.53%
B = 38.83%

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

#C990DB (or 0xC990DB) is known color: Wisteria. HEX triplet: C9, 90 and DB. RGB value is (201,144,219). Sum of RGB (Red+Green+Blue) = 201+144+219=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #C990DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990DB is #366F24. Grayscale: #A9A9A9. Windows color (decimal): -3567397 or 14389449. OLE color: 14389449.

HSL color Cylindrical-coordinate representation of color #C990DB: hue angle of 285.6º 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 #C990DB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 144 219 -
CMYK 0.08 0.34 0 0.14
HSL 285.6º 0.51% 0.71% -
HSV(B) 285.6º 0.34% 0.86% -
XYZ 46.85 37.48 71.78 -
YUV 169.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 201 144 219 0.08 0.34 0 0.14 285.6 0.51 0.71
Hex C9 90 DB 8 22 0 E 11E 33 47
Octal 311 220 333 10 42 0 16 436 63 107
Binary 11001001 10010000 11011011 1000 100010 0 1110 100011110 110011 1000111

Color Harmonies of #C990DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C990DB

Black with #C990DB

Text Example


Text Example

White with #C990DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C990DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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