#CA7FEE

Color #CA7FEE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CA7FEE

Tints of Heliotrope #CA7FEE

Color information

#CA7FEE (or 0xCA7FEE) is unknown color: approx Heliotrope. HEX triplet: CA, 7F and EE. RGB value is (202,127,238). Sum of RGB (Red+Green+Blue) = 202+127+238=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FEE is #358011. Grayscale: #A1A1A1. Windows color (decimal): -3506194 or 15630282. OLE color: 15630282.

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

Color convert

RGB202127238-
CMYK0.150.4700.07
HSL280.54º76.55%71.57%-
HSV(B)280.54º46.64%93.33%-
XYZ47.3833.9184.94-
YUV162.08170.85156.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=35.63%
G=22.40%
B=41.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021272380.150.4700.07280.5476.5571.57
HexCA7FEEF2F071194d48
Octal312177356175707431115110
Binary110010101111111111011101111101111011110001100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FEE; }

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

 H1.HeaderClassName
 {
   color: #CA7FEE;
 }
 .AnyTagClassName
 {
   color: #CA7FEE;
 }
</style>
background-color css

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

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

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

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

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

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