Html Css Color HEX #CC93EF Wisteria

📋 copy color: '#CC93EF'

red 204 ◦ green 147 ◦ blue 239

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

Shades of Wisteria #CC93EF

Tints of Wisteria #CC93EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.51%

R = 34.58%
G = 24.92%
B = 40.51%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC93EF (or 0xCC93EF) is known color: Wisteria. HEX triplet: CC, 93 and EF. RGB value is (204,147,239). Sum of RGB (Red+Green+Blue) = 204+147+239=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC93EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC93EF is #336C10. Grayscale: #AEAEAE. Windows color (decimal): -3370001 or 15700940. OLE color: 15700940.

HSL color Cylindrical-coordinate representation of color #CC93EF: hue angle of 277.17º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC93EF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 147 239 -
CMYK 0.15 0.38 0 0.06
HSL 277.17º 0.74% 0.76% -
HSV(B) 277.17º 0.38% 0.94% -
XYZ 50.92 39.94 86.69 -
YUV 174.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 204 147 239 0.15 0.38 0 0.06 277.17 0.74 0.76
Hex CC 93 EF F 26 0 6 115 4A 4C
Octal 314 223 357 17 46 0 6 425 112 114
Binary 11001100 10010011 11101111 1111 100110 0 110 100010101 1001010 1001100

Color Harmonies of #CC93EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93EF

Black with #CC93EF

Text Example


Text Example

White with #CC93EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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