Html Css Color HEX #CC92EC Wisteria

📋 copy color: '#CC92EC'

red 204 ◦ green 146 ◦ blue 236

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

Shades of Wisteria #CC92EC

Tints of Wisteria #CC92EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 34.81%
G = 24.91%
B = 40.27%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC92EC (or 0xCC92EC) is known color: Wisteria. HEX triplet: CC, 92 and EC. RGB value is (204,146,236). Sum of RGB (Red+Green+Blue) = 204+146+236=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92EC is #336D13. Grayscale: #ADADAD. Windows color (decimal): -3370260 or 15504076. OLE color: 15504076.

HSL color Cylindrical-coordinate representation of color #CC92EC: hue angle of 278.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC92EC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 146 236 -
CMYK 0.14 0.38 0 0.07
HSL 278.67º 0.7% 0.75% -
HSV(B) 278.67º 0.38% 0.93% -
XYZ 50.32 39.45 84.32 -
YUV 173.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 204 146 236 0.14 0.38 0 0.07 278.67 0.7 0.75
Hex CC 92 EC E 26 0 7 117 46 4B
Octal 314 222 354 16 46 0 7 427 106 113
Binary 11001100 10010010 11101100 1110 100110 0 111 100010111 1000110 1001011

Color Harmonies of #CC92EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC92EC

Black with #CC92EC

Text Example


Text Example

White with #CC92EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC92EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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