Html Css Color HEX #CC92DD Wisteria

📋 copy color: '#CC92DD'

red 204 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #CC92DD

Tints of Wisteria #CC92DD

RGB

 RED value IS 204 (80.08% from 255) = 35.73%

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

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

R = 35.73%
G = 25.57%
B = 38.7%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC92DD (or 0xCC92DD) is known color: Wisteria. HEX triplet: CC, 92 and DD. RGB value is (204,146,221). Sum of RGB (Red+Green+Blue) = 204+146+221=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92DD is #336D22. Grayscale: #ABABAB. Windows color (decimal): -3370275 or 14521036. OLE color: 14521036.

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

Color convert

RGB 204 146 221 -
CMYK 0.08 0.34 0 0.13
HSL 286.4º 0.52% 0.72% -
HSV(B) 286.4º 0.34% 0.87% -
XYZ 48.23 38.62 73.32 -
YUV 171.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 204 146 221 0.08 0.34 0 0.13 286.4 0.52 0.72
Hex CC 92 DD 8 22 0 D 11E 34 48
Octal 314 222 335 10 42 0 15 436 64 110
Binary 11001100 10010010 11011101 1000 100010 0 1101 100011110 110100 1001000

Color Harmonies of #CC92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC92DD

Black with #CC92DD

Text Example


Text Example

White with #CC92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC92DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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