Html Css Color HEX #C992DD Wisteria

📋 copy color: '#C992DD'

red 201 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #C992DD

Tints of Wisteria #C992DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 35.39%
G = 25.7%
B = 38.91%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C992DD (or 0xC992DD) is known color: Wisteria. HEX triplet: C9, 92 and DD. RGB value is (201,146,221). Sum of RGB (Red+Green+Blue) = 201+146+221=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C992DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992DD is #366D22. Grayscale: #AAAAAA. Windows color (decimal): -3566883 or 14521033. OLE color: 14521033.

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

Color convert

RGB 201 146 221 -
CMYK 0.09 0.34 0 0.13
HSL 284º 0.52% 0.72% -
HSV(B) 284º 0.34% 0.87% -
XYZ 47.42 38.2 73.28 -
YUV 171 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 201 146 221 0.09 0.34 0 0.13 284 0.52 0.72
Hex C9 92 DD 9 22 0 D 11C 34 48
Octal 311 222 335 11 42 0 15 434 64 110
Binary 11001001 10010010 11011101 1001 100010 0 1101 100011100 110100 1001000

Color Harmonies of #C992DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992DD

Black with #C992DD

Text Example


Text Example

White with #C992DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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