Html Css Color HEX #CA88ED Wisteria

📋 copy color: '#CA88ED'

red 202 ◦ green 136 ◦ blue 237

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

Shades of Wisteria #CA88ED

Tints of Wisteria #CA88ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 35.13%
G = 23.65%
B = 41.22%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA88ED (or 0xCA88ED) is known color: Wisteria. HEX triplet: CA, 88 and ED. RGB value is (202,136,237). Sum of RGB (Red+Green+Blue) = 202+136+237=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88ED is #357712. Grayscale: #A6A6A6. Windows color (decimal): -3503891 or 15567050. OLE color: 15567050.

HSL color Cylindrical-coordinate representation of color #CA88ED: hue angle of 279.21º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA88ED is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 136 237 -
CMYK 0.15 0.43 0 0.07
HSL 279.21º 0.74% 0.73% -
HSV(B) 279.21º 0.43% 0.93% -
XYZ 48.45 36.28 84.57 -
YUV 167.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 202 136 237 0.15 0.43 0 0.07 279.21 0.74 0.73
Hex CA 88 ED F 2B 0 7 117 4A 49
Octal 312 210 355 17 53 0 7 427 112 111
Binary 11001010 10001000 11101101 1111 101011 0 111 100010111 1001010 1001001

Color Harmonies of #CA88ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88ED

Black with #CA88ED

Text Example


Text Example

White with #CA88ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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