#D66CF3

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

Shades of Heliotrope #D66CF3

Tints of Heliotrope #D66CF3

Color information

#D66CF3 (or 0xD66CF3) is unknown color: approx Heliotrope. HEX triplet: D6, 6C and F3. RGB value is (214,108,243). Sum of RGB (Red+Green+Blue) = 214+108+243=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #D66CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66CF3 is #29930C. Grayscale: #9A9A9A. Windows color (decimal): -2724621 or 15953110. OLE color: 15953110.

HSL color Cylindrical-coordinate representation of color #D66CF3: hue angle of 287.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D66CF3 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214108243-
CMYK0.120.5600.05
HSL287.11º84.91%68.82%-
HSV(B)287.11º55.56%95.29%-
XYZ49.2731.4988.28-
YUV155.08177.62170.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 108 (42.58% from 255) = 19.12%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=37.88%
G=19.12%
B=43.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141082430.120.5600.05287.1184.9168.82
HexD66CF3C380511f5545
Octal326154363147005437125105
Binary110101101101100111100111100111000010110001111110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CF3; }

 p { color: rgb(214,108,243); }

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

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

 a { background-color: rgb(214,108,243); }

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

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

 span { border-color: rgb(214,108,243); }

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