Html Css Color HEX #CA93DB Wisteria

📋 copy color: '#CA93DB'

red 202 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #CA93DB

Tints of Wisteria #CA93DB

RGB

 RED value IS 202 (79.3% from 255) = 35.56%

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

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

R = 35.56%
G = 25.88%
B = 38.56%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA93DB (or 0xCA93DB) is known color: Wisteria. HEX triplet: CA, 93 and DB. RGB value is (202,147,219). Sum of RGB (Red+Green+Blue) = 202+147+219=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93DB is #356C24. Grayscale: #ABABAB. Windows color (decimal): -3501093 or 14390218. OLE color: 14390218.

HSL color Cylindrical-coordinate representation of color #CA93DB: hue angle of 285.83º 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 #CA93DB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 147 219 -
CMYK 0.08 0.33 0 0.14
HSL 285.83º 0.5% 0.72% -
HSV(B) 285.83º 0.33% 0.86% -
XYZ 47.58 38.54 71.95 -
YUV 171.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 202 147 219 0.08 0.33 0 0.14 285.83 0.5 0.72
Hex CA 93 DB 8 21 0 E 11E 32 48
Octal 312 223 333 10 41 0 16 436 62 110
Binary 11001010 10010011 11011011 1000 100001 0 1110 100011110 110010 1001000

Color Harmonies of #CA93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93DB

Black with #CA93DB

Text Example


Text Example

White with #CA93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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