Html Css Color HEX #C992D6 Wisteria

📋 copy color: '#C992D6'

red 201 ◦ green 146 ◦ blue 214

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

Shades of Wisteria #C992D6

Tints of Wisteria #C992D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 35.83%
G = 26.02%
B = 38.15%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C992D6 (or 0xC992D6) is known color: Wisteria. HEX triplet: C9, 92 and D6. RGB value is (201,146,214). Sum of RGB (Red+Green+Blue) = 201+146+214=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #C992D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992D6 is #366D29. Grayscale: #A9A9A9. Windows color (decimal): -3566890 or 14062281. OLE color: 14062281.

HSL color Cylindrical-coordinate representation of color #C992D6: hue angle of 288.53º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C992D6 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 146 214 -
CMYK 0.06 0.32 0 0.16
HSL 288.53º 0.45% 0.71% -
HSV(B) 288.53º 0.32% 0.84% -
XYZ 46.5 37.83 68.47 -
YUV 170.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 201 146 214 0.06 0.32 0 0.16 288.53 0.45 0.71
Hex C9 92 D6 6 20 0 10 121 2D 47
Octal 311 222 326 6 40 0 20 441 55 107
Binary 11001001 10010010 11010110 110 100000 0 10000 100100001 101101 1000111

Color Harmonies of #C992D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992D6

Black with #C992D6

Text Example


Text Example

White with #C992D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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