Html Css Color HEX #CA85DC Wisteria

📋 copy color: '#CA85DC'

red 202 ◦ green 133 ◦ blue 220

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

Shades of Wisteria #CA85DC

Tints of Wisteria #CA85DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 36.4%
G = 23.96%
B = 39.64%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA85DC (or 0xCA85DC) is known color: Wisteria. HEX triplet: CA, 85 and DC. RGB value is (202,133,220). Sum of RGB (Red+Green+Blue) = 202+133+220=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85DC is #357A23. Grayscale: #A3A3A3. Windows color (decimal): -3504676 or 14452170. OLE color: 14452170.

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

Color convert

RGB 202 133 220 -
CMYK 0.08 0.40 0 0.14
HSL 287.59º 0.55% 0.69% -
HSV(B) 287.59º 0.4% 0.86% -
XYZ 45.66 34.5 71.96 -
YUV 163.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 202 133 220 0.08 0.40 0 0.14 287.59 0.55 0.69
Hex CA 85 DC 8 28 0 E 120 37 45
Octal 312 205 334 10 50 0 16 440 67 105
Binary 11001010 10000101 11011100 1000 101000 0 1110 100100000 110111 1000101

Color Harmonies of #CA85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85DC

Black with #CA85DC

Text Example


Text Example

White with #CA85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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