Html Css Color HEX #CA80ED Heliotrope

📋 copy color: '#CA80ED'

red 202 ◦ green 128 ◦ blue 237

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

Shades of Heliotrope #CA80ED

Tints of Heliotrope #CA80ED

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.57%

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

R = 35.63%
G = 22.57%
B = 41.8%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA80ED (or 0xCA80ED) is known color: Heliotrope. HEX triplet: CA, 80 and ED. RGB value is (202,128,237). Sum of RGB (Red+Green+Blue) = 202+128+237=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80ED is #357F12. Grayscale: #A2A2A2. Windows color (decimal): -3505939 or 15565002. OLE color: 15565002.

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

Color convert

RGB 202 128 237 -
CMYK 0.15 0.46 0 0.07
HSL 280.73º 0.75% 0.72% -
HSV(B) 280.73º 0.46% 0.93% -
XYZ 47.36 34.11 84.21 -
YUV 162.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 202 128 237 0.15 0.46 0 0.07 280.73 0.75 0.72
Hex CA 80 ED F 2E 0 7 119 4B 48
Octal 312 200 355 17 56 0 7 431 113 110
Binary 11001010 10000000 11101101 1111 101110 0 111 100011001 1001011 1001000

Color Harmonies of #CA80ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80ED

Black with #CA80ED

Text Example


Text Example

White with #CA80ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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