#CD5CFA

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

Shades of Heliotrope #CD5CFA

Tints of Heliotrope #CD5CFA

Color information

#CD5CFA (or 0xCD5CFA) is unknown color: approx Heliotrope. HEX triplet: CD, 5C and FA. RGB value is (205,92,250). Sum of RGB (Red+Green+Blue) = 205+92+250=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD5CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5CFA is #32A305. Grayscale: #8F8F8F. Windows color (decimal): -3318534 or 16407757. OLE color: 16407757.

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

Color convert

RGB20592250-
CMYK0.180.6300.02
HSL282.91º94.05%67.06%-
HSV(B)282.91º63.2%98.04%-
XYZ46.2627.5493.32-
YUV143.8187.94171.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 92 (36.33% from 255) = 16.82%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=37.48%
G=16.82%
B=45.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205922500.180.6300.02282.9194.0567.06
HexCD5CFA123F0211b5e43
Octal315134372227702433136103
Binary110011011011100111110101001011111101010001101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CFA; }

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

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

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

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

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

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

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

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