#CA7CED

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

Shades of Heliotrope #CA7CED

Tints of Heliotrope #CA7CED

Color information

#CA7CED (or 0xCA7CED) is unknown color: approx Heliotrope. HEX triplet: CA, 7C and ED. RGB value is (202,124,237). Sum of RGB (Red+Green+Blue) = 202+124+237=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CED is #358312. Grayscale: #9F9F9F. Windows color (decimal): -3506963 or 15563978. OLE color: 15563978.

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

Color convert

RGB202124237-
CMYK0.150.4800.07
HSL281.42º75.84%70.78%-
HSV(B)281.42º47.68%92.94%-
XYZ46.8533.0984.04-
YUV160.2171.34157.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 124 (48.83% from 255) = 22.02%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=35.88%
G=22.02%
B=42.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021242370.150.4800.07281.4275.8470.78
HexCA7CEDF30071194c47
Octal312174355176007431114107
Binary110010101111100111011011111110000011110001100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CED; }

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

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

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

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

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

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

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

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