Html Css Color HEX #CC92E5 Wisteria

📋 copy color: '#CC92E5'

red 204 ◦ green 146 ◦ blue 229

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

Shades of Wisteria #CC92E5

Tints of Wisteria #CC92E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.55%

R = 35.23%
G = 25.22%
B = 39.55%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC92E5 (or 0xCC92E5) is known color: Wisteria. HEX triplet: CC, 92 and E5. RGB value is (204,146,229). Sum of RGB (Red+Green+Blue) = 204+146+229=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92E5 is #336D1A. Grayscale: #ACACAC. Windows color (decimal): -3370267 or 15045324. OLE color: 15045324.

HSL color Cylindrical-coordinate representation of color #CC92E5: hue angle of 281.93º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC92E5 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 146 229 -
CMYK 0.11 0.36 0 0.10
HSL 281.93º 0.61% 0.74% -
HSV(B) 281.93º 0.36% 0.9% -
XYZ 49.32 39.05 79.07 -
YUV 172.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 204 146 229 0.11 0.36 0 0.10 281.93 0.61 0.74
Hex CC 92 E5 B 24 0 A 11A 3D 4A
Octal 314 222 345 13 44 0 12 432 75 112
Binary 11001100 10010010 11100101 1011 100100 0 1010 100011010 111101 1001010

Color Harmonies of #CC92E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC92E5

Black with #CC92E5

Text Example


Text Example

White with #CC92E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC92E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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