Html Css Color HEX #C992DC Wisteria

📋 copy color: '#C992DC'

red 201 ◦ green 146 ◦ blue 220

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

Shades of Wisteria #C992DC

Tints of Wisteria #C992DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 35.45%
G = 25.75%
B = 38.8%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C992DC (or 0xC992DC) is known color: Wisteria. HEX triplet: C9, 92 and DC. RGB value is (201,146,220). Sum of RGB (Red+Green+Blue) = 201+146+220=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C992DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992DC is #366D23. Grayscale: #AAAAAA. Windows color (decimal): -3566884 or 14455497. OLE color: 14455497.

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

Color convert

RGB 201 146 220 -
CMYK 0.09 0.34 0 0.14
HSL 284.59º 0.51% 0.72% -
HSV(B) 284.59º 0.34% 0.86% -
XYZ 47.28 38.14 72.58 -
YUV 170.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 201 146 220 0.09 0.34 0 0.14 284.59 0.51 0.72
Hex C9 92 DC 9 22 0 E 11D 33 48
Octal 311 222 334 11 42 0 16 435 63 110
Binary 11001001 10010010 11011100 1001 100010 0 1110 100011101 110011 1001000

Color Harmonies of #C992DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992DC

Black with #C992DC

Text Example


Text Example

White with #C992DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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