#CD6CFA

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

Shades of Heliotrope #CD6CFA

Tints of Heliotrope #CD6CFA

Color information

#CD6CFA (or 0xCD6CFA) is unknown color: approx Heliotrope. HEX triplet: CD, 6C and FA. RGB value is (205,108,250). Sum of RGB (Red+Green+Blue) = 205+108+250=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6CFA is #329305. Grayscale: #989898. Windows color (decimal): -3314438 or 16411853. OLE color: 16411853.

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

Color convert

RGB205108250-
CMYK0.180.5700.02
HSL280.99º93.42%70.2%-
HSV(B)280.99º56.8%98.04%-
XYZ47.7930.6193.83-
YUV153.19182.64164.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 108 (42.58% from 255) = 19.18%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=36.41%
G=19.18%
B=44.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051082500.180.5700.02280.9993.4270.2
HexCD6CFA1239021195d46
Octal315154372227102431135106
Binary110011011101100111110101001011100101010001100110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6CFA; }

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

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

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

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

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

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

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

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