Html Css Color HEX #CA88DE Wisteria

📋 copy color: '#CA88DE'

red 202 ◦ green 136 ◦ blue 222

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

Shades of Wisteria #CA88DE

Tints of Wisteria #CA88DE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.29%

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 36.07%
G = 24.29%
B = 39.64%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA88DE (or 0xCA88DE) is known color: Wisteria. HEX triplet: CA, 88 and DE. RGB value is (202,136,222). Sum of RGB (Red+Green+Blue) = 202+136+222=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88DE is #357721. Grayscale: #A5A5A5. Windows color (decimal): -3503906 or 14584010. OLE color: 14584010.

HSL color Cylindrical-coordinate representation of color #CA88DE: hue angle of 286.05º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA88DE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 136 222 -
CMYK 0.09 0.39 0 0.13
HSL 286.05º 0.57% 0.7% -
HSV(B) 286.05º 0.39% 0.87% -
XYZ 46.35 35.44 73.5 -
YUV 165.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 202 136 222 0.09 0.39 0 0.13 286.05 0.57 0.7
Hex CA 88 DE 9 27 0 D 11E 39 46
Octal 312 210 336 11 47 0 15 436 71 106
Binary 11001010 10001000 11011110 1001 100111 0 1101 100011110 111001 1000110

Color Harmonies of #CA88DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88DE

Black with #CA88DE

Text Example


Text Example

White with #CA88DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88DE; }

 p { color: rgb(202,136,222); }

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

background-color css

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

 a { background-color: rgb(202,136,222); }

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

border-color css

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

 span { border-color: rgb(202,136,222); }

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