#CD6AFD

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

Shades of Heliotrope #CD6AFD

Tints of Heliotrope #CD6AFD

Color information

#CD6AFD (or 0xCD6AFD) is unknown color: approx Heliotrope. HEX triplet: CD, 6A and FD. RGB value is (205,106,253). Sum of RGB (Red+Green+Blue) = 205+106+253=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD6AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6AFD is #329502. Grayscale: #979797. Windows color (decimal): -3314947 or 16607949. OLE color: 16607949.

HSL color Cylindrical-coordinate representation of color #CD6AFD: hue angle of 280.41º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD6AFD is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205106253-
CMYK0.190.5800.01
HSL280.41º97.35%70.39%-
HSV(B)280.41º58.1%99.22%-
XYZ48.0630.3896.26-
YUV152.36184.8165.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 106 (41.80% from 255) = 18.79%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=36.35%
G=18.79%
B=44.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051062530.190.5800.01280.4197.3570.39
HexCD6AFD133A011186146
Octal315152375237201430141106
Binary11001101110101011111101100111110100110001100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AFD; }

 p { color: rgb(205,106,253); }

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

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

 a { background-color: rgb(205,106,253); }

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

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

 span { border-color: rgb(205,106,253); }

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