#CD5EFA

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

Shades of Heliotrope #CD5EFA

Tints of Heliotrope #CD5EFA

Color information

#CD5EFA (or 0xCD5EFA) is unknown color: approx Heliotrope. HEX triplet: CD, 5E and FA. RGB value is (205,94,250). Sum of RGB (Red+Green+Blue) = 205+94+250=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5EFA is #32A105. Grayscale: #909090. Windows color (decimal): -3318022 or 16408269. OLE color: 16408269.

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

Color convert

RGB20594250-
CMYK0.180.6200.02
HSL282.69º93.98%67.45%-
HSV(B)282.69º62.4%98.04%-
XYZ46.4327.8993.38-
YUV144.97187.27170.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 94 (37.11% from 255) = 17.12%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=37.34%
G=17.12%
B=45.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205942500.180.6200.02282.6993.9867.45
HexCD5EFA123E0211b5e43
Octal315136372227602433136103
Binary110011011011110111110101001011111001010001101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5EFA; }

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

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

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

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

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

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

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

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