Html Css Color HEX #CC93DE Wisteria

📋 copy color: '#CC93DE'

red 204 ◦ green 147 ◦ blue 222

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

Shades of Wisteria #CC93DE

Tints of Wisteria #CC93DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 35.6%
G = 25.65%
B = 38.74%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC93DE (or 0xCC93DE) is known color: Wisteria. HEX triplet: CC, 93 and DE. RGB value is (204,147,222). Sum of RGB (Red+Green+Blue) = 204+147+222=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93DE is #336C21. Grayscale: #ACACAC. Windows color (decimal): -3370018 or 14586828. OLE color: 14586828.

HSL color Cylindrical-coordinate representation of color #CC93DE: hue angle of 285.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC93DE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 147 222 -
CMYK 0.08 0.34 0 0.13
HSL 285.6º 0.53% 0.72% -
HSV(B) 285.6º 0.34% 0.87% -
XYZ 48.52 38.98 74.07 -
YUV 172.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 204 147 222 0.08 0.34 0 0.13 285.6 0.53 0.72
Hex CC 93 DE 8 22 0 D 11E 35 48
Octal 314 223 336 10 42 0 15 436 65 110
Binary 11001100 10010011 11011110 1000 100010 0 1101 100011110 110101 1001000

Color Harmonies of #CC93DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93DE

Black with #CC93DE

Text Example


Text Example

White with #CC93DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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