Html Css Color HEX #CA88EA Wisteria

📋 copy color: '#CA88EA'

red 202 ◦ green 136 ◦ blue 234

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

Shades of Wisteria #CA88EA

Tints of Wisteria #CA88EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 35.31%
G = 23.78%
B = 40.91%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA88EA (or 0xCA88EA) is known color: Wisteria. HEX triplet: CA, 88 and EA. RGB value is (202,136,234). Sum of RGB (Red+Green+Blue) = 202+136+234=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88EA is #357715. Grayscale: #A6A6A6. Windows color (decimal): -3503894 or 15370442. OLE color: 15370442.

HSL color Cylindrical-coordinate representation of color #CA88EA: hue angle of 280.41º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA88EA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 136 234 -
CMYK 0.14 0.42 0 0.08
HSL 280.41º 0.7% 0.73% -
HSV(B) 280.41º 0.42% 0.92% -
XYZ 48.01 36.11 82.28 -
YUV 166.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 202 136 234 0.14 0.42 0 0.08 280.41 0.7 0.73
Hex CA 88 EA E 2A 0 8 118 46 49
Octal 312 210 352 16 52 0 10 430 106 111
Binary 11001010 10001000 11101010 1110 101010 0 1000 100011000 1000110 1001001

Color Harmonies of #CA88EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88EA

Black with #CA88EA

Text Example


Text Example

White with #CA88EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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