#CA7CFD

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

Shades of Heliotrope #CA7CFD

Tints of Heliotrope #CA7CFD

Color information

#CA7CFD (or 0xCA7CFD) is unknown color: approx Heliotrope. HEX triplet: CA, 7C and FD. RGB value is (202,124,253). Sum of RGB (Red+Green+Blue) = 202+124+253=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CFD is #358302. Grayscale: #A1A1A1. Windows color (decimal): -3506947 or 16612554. OLE color: 16612554.

HSL color Cylindrical-coordinate representation of color #CA7CFD: hue angle of 276.28º 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 #CA7CFD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202124253-
CMYK0.200.5100.01
HSL276.28º96.99%73.92%-
HSV(B)276.28º50.99%99.22%-
XYZ49.2934.0696.91-
YUV162.03179.34156.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=34.89%
G=21.42%
B=43.70%

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
Decimal2021242530.200.5100.01276.2896.9973.92
HexCA7CFD143301114614a
Octal312174375246301424141112
Binary11001010111110011111101101001100110110001010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CFD; }

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

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

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

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

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

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

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

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