Html Css Color HEX #C992DB Wisteria

📋 copy color: '#C992DB'

red 201 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #C992DB

Tints of Wisteria #C992DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.8%

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

R = 35.51%
G = 25.8%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C992DB (or 0xC992DB) is known color: Wisteria. HEX triplet: C9, 92 and DB. RGB value is (201,146,219). Sum of RGB (Red+Green+Blue) = 201+146+219=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #C992DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992DB is #366D24. Grayscale: #AAAAAA. Windows color (decimal): -3566885 or 14389961. OLE color: 14389961.

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

Color convert

RGB 201 146 219 -
CMYK 0.08 0.33 0 0.14
HSL 285.21º 0.5% 0.72% -
HSV(B) 285.21º 0.33% 0.86% -
XYZ 47.15 38.09 71.88 -
YUV 170.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 201 146 219 0.08 0.33 0 0.14 285.21 0.5 0.72
Hex C9 92 DB 8 21 0 E 11D 32 48
Octal 311 222 333 10 41 0 16 435 62 110
Binary 11001001 10010010 11011011 1000 100001 0 1110 100011101 110010 1001000

Color Harmonies of #C992DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992DB

Black with #C992DB

Text Example


Text Example

White with #C992DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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