Html Css Color HEX #CC93DB Wisteria

📋 copy color: '#CC93DB'

red 204 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #CC93DB

Tints of Wisteria #CC93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 35.79%
G = 25.79%
B = 38.42%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC93DB (or 0xCC93DB) is known color: Wisteria. HEX triplet: CC, 93 and DB. RGB value is (204,147,219). Sum of RGB (Red+Green+Blue) = 204+147+219=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93DB is #336C24. Grayscale: #ACACAC. Windows color (decimal): -3370021 or 14390220. OLE color: 14390220.

HSL color Cylindrical-coordinate representation of color #CC93DB: hue angle of 287.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC93DB is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 147 219 -
CMYK 0.07 0.33 0 0.14
HSL 287.5º 0.5% 0.72% -
HSV(B) 287.5º 0.33% 0.86% -
XYZ 48.12 38.82 71.97 -
YUV 172.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 204 147 219 0.07 0.33 0 0.14 287.5 0.5 0.72
Hex CC 93 DB 7 21 0 E 120 32 48
Octal 314 223 333 7 41 0 16 440 62 110
Binary 11001100 10010011 11011011 111 100001 0 1110 100100000 110010 1001000

Color Harmonies of #CC93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93DB

Black with #CC93DB

Text Example


Text Example

White with #CC93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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