Html Css Color HEX #CC92D5 Wisteria

📋 copy color: '#CC92D5'

red 204 ◦ green 146 ◦ blue 213

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

Shades of Wisteria #CC92D5

Tints of Wisteria #CC92D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.83%

R = 36.23%
G = 25.93%
B = 37.83%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC92D5 (or 0xCC92D5) is known color: Wisteria. HEX triplet: CC, 92 and D5. RGB value is (204,146,213). Sum of RGB (Red+Green+Blue) = 204+146+213=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92D5 is #336D2A. Grayscale: #AAAAAA. Windows color (decimal): -3370283 or 13996748. OLE color: 13996748.

HSL color Cylindrical-coordinate representation of color #CC92D5: hue angle of 291.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC92D5 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 146 213 -
CMYK 0.04 0.31 0 0.16
HSL 291.94º 0.44% 0.7% -
HSV(B) 291.94º 0.31% 0.84% -
XYZ 47.19 38.2 67.84 -
YUV 170.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 204 146 213 0.04 0.31 0 0.16 291.94 0.44 0.7
Hex CC 92 D5 4 1F 0 10 124 2C 46
Octal 314 222 325 4 37 0 20 444 54 106
Binary 11001100 10010010 11010101 100 11111 0 10000 100100100 101100 1000110

Color Harmonies of #CC92D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC92D5

Black with #CC92D5

Text Example


Text Example

White with #CC92D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC92D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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