#CA7DFF

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

Shades of Heliotrope #CA7DFF

Tints of Heliotrope #CA7DFF

Color information

#CA7DFF (or 0xCA7DFF) is unknown color: approx Heliotrope. HEX triplet: CA, 7D and FF. RGB value is (202,125,255). Sum of RGB (Red+Green+Blue) = 202+125+255=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DFF is #358200. Grayscale: #A2A2A2. Windows color (decimal): -3506689 or 16743882. OLE color: 16743882.

HSL color Cylindrical-coordinate representation of color #CA7DFF: hue angle of 275.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7DFF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202125255-
CMYK0.210.5100
HSL275.54º100%74.51%-
HSV(B)275.54º50.98%100%-
XYZ49.7434.4498.63-
YUV162.84180.01155.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 125 (49.22% from 255) = 21.48%
BLUE value IS 255 (100% from 255) = 43.81%
R=34.71%
G=21.48%
B=43.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021252550.210.5100275.5410074.51
HexCA7DFF153300114644b
Octal312175377256300424144113
Binary11001010111110111111111101011100110010001010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DFF; }

 p { color: rgb(202,125,255); }

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

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

 a { background-color: rgb(202,125,255); }

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

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

 span { border-color: rgb(202,125,255); }

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