Html Css Color HEX #CC93D7 Wisteria

📋 copy color: '#CC93D7'

red 204 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #CC93D7

Tints of Wisteria #CC93D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.99%

R = 36.04%
G = 25.97%
B = 37.99%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC93D7 (or 0xCC93D7) is known color: Wisteria. HEX triplet: CC, 93 and D7. RGB value is (204,147,215). Sum of RGB (Red+Green+Blue) = 204+147+215=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC93D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93D7 is #336C28. Grayscale: #ABABAB. Windows color (decimal): -3370025 or 14128076. OLE color: 14128076.

HSL color Cylindrical-coordinate representation of color #CC93D7: hue angle of 290.29º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC93D7 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 147 215 -
CMYK 0.05 0.32 0 0.16
HSL 290.29º 0.46% 0.71% -
HSV(B) 290.29º 0.32% 0.84% -
XYZ 47.6 38.61 69.23 -
YUV 171.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 204 147 215 0.05 0.32 0 0.16 290.29 0.46 0.71
Hex CC 93 D7 5 20 0 10 122 2E 47
Octal 314 223 327 5 40 0 20 442 56 107
Binary 11001100 10010011 11010111 101 100000 0 10000 100100010 101110 1000111

Color Harmonies of #CC93D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93D7

Black with #CC93D7

Text Example


Text Example

White with #CC93D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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