Html Css Color HEX #CA88E4 Wisteria

📋 copy color: '#CA88E4'

red 202 ◦ green 136 ◦ blue 228

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

Shades of Wisteria #CA88E4

Tints of Wisteria #CA88E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.28%

R = 35.69%
G = 24.03%
B = 40.28%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA88E4 (or 0xCA88E4) is known color: Wisteria. HEX triplet: CA, 88 and E4. RGB value is (202,136,228). Sum of RGB (Red+Green+Blue) = 202+136+228=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA88E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88E4 is #35771B. Grayscale: #A5A5A5. Windows color (decimal): -3503900 or 14977226. OLE color: 14977226.

HSL color Cylindrical-coordinate representation of color #CA88E4: hue angle of 283.04º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA88E4 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 136 228 -
CMYK 0.11 0.40 0 0.11
HSL 283.04º 0.63% 0.71% -
HSV(B) 283.04º 0.4% 0.89% -
XYZ 47.16 35.77 77.82 -
YUV 166.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 202 136 228 0.11 0.40 0 0.11 283.04 0.63 0.71
Hex CA 88 E4 B 28 0 B 11B 3F 47
Octal 312 210 344 13 50 0 13 433 77 107
Binary 11001010 10001000 11100100 1011 101000 0 1011 100011011 111111 1000111

Color Harmonies of #CA88E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88E4

Black with #CA88E4

Text Example


Text Example

White with #CA88E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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