Html Css Color HEX #CA87EE Wisteria

📋 copy color: '#CA87EE'

red 202 ◦ green 135 ◦ blue 238

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

Shades of Wisteria #CA87EE

Tints of Wisteria #CA87EE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.48%

 BLUE value IS 238 (93.36% from 255) = 41.39%

R = 35.13%
G = 23.48%
B = 41.39%

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

#CA87EE (or 0xCA87EE) is known color: Wisteria. HEX triplet: CA, 87 and EE. RGB value is (202,135,238). Sum of RGB (Red+Green+Blue) = 202+135+238=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA87EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA87EE is #357811. Grayscale: #A6A6A6. Windows color (decimal): -3504146 or 15632330. OLE color: 15632330.

HSL color Cylindrical-coordinate representation of color #CA87EE: hue angle of 279.03º degrees, saturation: 0.75, 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 #CA87EE is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 135 238 -
CMYK 0.15 0.43 0 0.07
HSL 279.03º 0.75% 0.73% -
HSV(B) 279.03º 0.43% 0.93% -
XYZ 48.45 36.06 85.29 -
YUV 166.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 202 135 238 0.15 0.43 0 0.07 279.03 0.75 0.73
Hex CA 87 EE F 2B 0 7 117 4B 49
Octal 312 207 356 17 53 0 7 427 113 111
Binary 11001010 10000111 11101110 1111 101011 0 111 100010111 1001011 1001001

Color Harmonies of #CA87EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA87EE

Black with #CA87EE

Text Example


Text Example

White with #CA87EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA87EE; }

 p { color: rgb(202,135,238); }

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

background-color css

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

 a { background-color: rgb(202,135,238); }

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

border-color css

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

 span { border-color: rgb(202,135,238); }

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