Html Css Color HEX #CC93EC Wisteria

📋 copy color: '#CC93EC'

red 204 ◦ green 147 ◦ blue 236

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

Shades of Wisteria #CC93EC

Tints of Wisteria #CC93EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.04%

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

R = 34.75%
G = 25.04%
B = 40.2%

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

#CC93EC (or 0xCC93EC) is known color: Wisteria. HEX triplet: CC, 93 and EC. RGB value is (204,147,236). Sum of RGB (Red+Green+Blue) = 204+147+236=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC93EC is #336C13. Grayscale: #ADADAD. Windows color (decimal): -3370004 or 15504332. OLE color: 15504332.

HSL color Cylindrical-coordinate representation of color #CC93EC: hue angle of 278.43º 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 #CC93EC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 147 236 -
CMYK 0.14 0.38 0 0.07
HSL 278.43º 0.7% 0.75% -
HSV(B) 278.43º 0.38% 0.93% -
XYZ 50.48 39.76 84.37 -
YUV 174.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 204 147 236 0.14 0.38 0 0.07 278.43 0.7 0.75
Hex CC 93 EC E 26 0 7 116 46 4B
Octal 314 223 354 16 46 0 7 426 106 113
Binary 11001100 10010011 11101100 1110 100110 0 111 100010110 1000110 1001011

Color Harmonies of #CC93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93EC

Black with #CC93EC

Text Example


Text Example

White with #CC93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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