#CD6CF0

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

Shades of Heliotrope #CD6CF0

Tints of Heliotrope #CD6CF0

Color information

#CD6CF0 (or 0xCD6CF0) is unknown color: approx Heliotrope. HEX triplet: CD, 6C and F0. RGB value is (205,108,240). Sum of RGB (Red+Green+Blue) = 205+108+240=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD6CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6CF0 is #32930F. Grayscale: #979797. Windows color (decimal): -3314448 or 15756493. OLE color: 15756493.

HSL color Cylindrical-coordinate representation of color #CD6CF0: hue angle of 284.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD6CF0 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205108240-
CMYK0.150.5500.06
HSL284.09º81.48%68.24%-
HSV(B)284.09º55%94.12%-
XYZ46.273085.79-
YUV152.05177.64165.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 108 (42.58% from 255) = 19.53%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=37.07%
G=19.53%
B=43.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051082400.150.5500.06284.0981.4868.24
HexCD6CF0F370611c5144
Octal315154360176706434121104
Binary110011011101100111100001111110111011010001110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6CF0; }

 p { color: rgb(205,108,240); }

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

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

 a { background-color: rgb(205,108,240); }

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

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

 span { border-color: rgb(205,108,240); }

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