#CD65FA

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

Shades of Heliotrope #CD65FA

Tints of Heliotrope #CD65FA

Color information

#CD65FA (or 0xCD65FA) is unknown color: approx Heliotrope. HEX triplet: CD, 65 and FA. RGB value is (205,101,250). Sum of RGB (Red+Green+Blue) = 205+101+250=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD65FA is #329A05. Grayscale: #949494. Windows color (decimal): -3316230 or 16410061. OLE color: 16410061.

HSL color Cylindrical-coordinate representation of color #CD65FA: hue angle of 281.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD65FA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205101250-
CMYK0.180.6000.02
HSL281.88º93.71%68.82%-
HSV(B)281.88º59.6%98.04%-
XYZ47.0929.1993.59-
YUV149.08184.96167.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 101 (39.84% from 255) = 18.17%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=36.87%
G=18.17%
B=44.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051012500.180.6000.02281.8893.7168.82
HexCD65FA123C0211a5e45
Octal315145372227402432136105
Binary110011011100101111110101001011110001010001101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65FA; }

 p { color: rgb(205,101,250); }

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

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

 a { background-color: rgb(205,101,250); }

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

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

 span { border-color: rgb(205,101,250); }

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