Html Css Color HEX #CA88E8 Wisteria

📋 copy color: '#CA88E8'

red 202 ◦ green 136 ◦ blue 232

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

Shades of Wisteria #CA88E8

Tints of Wisteria #CA88E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.7%

R = 35.44%
G = 23.86%
B = 40.7%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA88E8 (or 0xCA88E8) is known color: Wisteria. HEX triplet: CA, 88 and E8. RGB value is (202,136,232). Sum of RGB (Red+Green+Blue) = 202+136+232=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA88E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88E8 is #357717. Grayscale: #A6A6A6. Windows color (decimal): -3503896 or 15239370. OLE color: 15239370.

HSL color Cylindrical-coordinate representation of color #CA88E8: hue angle of 281.25º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA88E8 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 136 232 -
CMYK 0.13 0.41 0 0.09
HSL 281.25º 0.68% 0.72% -
HSV(B) 281.25º 0.41% 0.91% -
XYZ 47.73 35.99 80.78 -
YUV 166.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 202 136 232 0.13 0.41 0 0.09 281.25 0.68 0.72
Hex CA 88 E8 D 29 0 9 119 44 48
Octal 312 210 350 15 51 0 11 431 104 110
Binary 11001010 10001000 11101000 1101 101001 0 1001 100011001 1000100 1001000

Color Harmonies of #CA88E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88E8

Black with #CA88E8

Text Example


Text Example

White with #CA88E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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