Html Css Color HEX #CC93E2 Wisteria

📋 copy color: '#CC93E2'

red 204 ◦ green 147 ◦ blue 226

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

Shades of Wisteria #CC93E2

Tints of Wisteria #CC93E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.17%

R = 35.36%
G = 25.48%
B = 39.17%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC93E2 (or 0xCC93E2) is known color: Wisteria. HEX triplet: CC, 93 and E2. RGB value is (204,147,226). Sum of RGB (Red+Green+Blue) = 204+147+226=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC93E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93E2 is #336C1D. Grayscale: #ACACAC. Windows color (decimal): -3370014 or 14848972. OLE color: 14848972.

HSL color Cylindrical-coordinate representation of color #CC93E2: hue angle of 283.29º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC93E2 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 147 226 -
CMYK 0.10 0.35 0 0.11
HSL 283.29º 0.58% 0.73% -
HSV(B) 283.29º 0.35% 0.89% -
XYZ 49.06 39.2 76.93 -
YUV 173.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 204 147 226 0.10 0.35 0 0.11 283.29 0.58 0.73
Hex CC 93 E2 A 23 0 B 11B 3A 49
Octal 314 223 342 12 43 0 13 433 72 111
Binary 11001100 10010011 11100010 1010 100011 0 1011 100011011 111010 1001001

Color Harmonies of #CC93E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93E2

Black with #CC93E2

Text Example


Text Example

White with #CC93E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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