Html Css Color HEX #CA85DB Wisteria

📋 copy color: '#CA85DB'

red 202 ◦ green 133 ◦ blue 219

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

Shades of Wisteria #CA85DB

Tints of Wisteria #CA85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.01%

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

R = 36.46%
G = 24.01%
B = 39.53%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA85DB (or 0xCA85DB) is known color: Wisteria. HEX triplet: CA, 85 and DB. RGB value is (202,133,219). Sum of RGB (Red+Green+Blue) = 202+133+219=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85DB is #357A24. Grayscale: #A3A3A3. Windows color (decimal): -3504677 or 14386634. OLE color: 14386634.

HSL color Cylindrical-coordinate representation of color #CA85DB: hue angle of 288.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA85DB is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 133 219 -
CMYK 0.08 0.39 0 0.14
HSL 288.14º 0.54% 0.69% -
HSV(B) 288.14º 0.39% 0.86% -
XYZ 45.53 34.45 71.27 -
YUV 163.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 202 133 219 0.08 0.39 0 0.14 288.14 0.54 0.69
Hex CA 85 DB 8 27 0 E 120 36 45
Octal 312 205 333 10 47 0 16 440 66 105
Binary 11001010 10000101 11011011 1000 100111 0 1110 100100000 110110 1000101

Color Harmonies of #CA85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85DB

Black with #CA85DB

Text Example


Text Example

White with #CA85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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