#CA7DFD

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

Shades of Heliotrope #CA7DFD

Tints of Heliotrope #CA7DFD

Color information

#CA7DFD (or 0xCA7DFD) is unknown color: approx Heliotrope. HEX triplet: CA, 7D and FD. RGB value is (202,125,253). Sum of RGB (Red+Green+Blue) = 202+125+253=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DFD is #358202. Grayscale: #A2A2A2. Windows color (decimal): -3506691 or 16612810. OLE color: 16612810.

HSL color Cylindrical-coordinate representation of color #CA7DFD: hue angle of 276.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7DFD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202125253-
CMYK0.200.5100.01
HSL276.09º96.97%74.12%-
HSV(B)276.09º50.59%99.22%-
XYZ49.4234.3296.95-
YUV162.62179.01156.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 125 (49.22% from 255) = 21.55%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=34.83%
G=21.55%
B=43.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021252530.200.5100.01276.0996.9774.12
HexCA7DFD143301114614a
Octal312175375246301424141112
Binary11001010111110111111101101001100110110001010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DFD; }

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

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

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

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

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

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

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

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