#D68CF9

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

Shades of Heliotrope #D68CF9

Tints of Heliotrope #D68CF9

Color information

#D68CF9 (or 0xD68CF9) is unknown color: approx Heliotrope. HEX triplet: D6, 8C and F9. RGB value is (214,140,249). Sum of RGB (Red+Green+Blue) = 214+140+249=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #D68CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CF9 is #297306. Grayscale: #AEAEAE. Windows color (decimal): -2716423 or 16354518. OLE color: 16354518.

HSL color Cylindrical-coordinate representation of color #D68CF9: hue angle of 280.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68CF9 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214140249-
CMYK0.140.4400.02
HSL280.73º90.08%76.27%-
HSV(B)280.73º43.78%97.65%-
XYZ54.2139.8994.47-
YUV174.55170.02156.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 140 (55.08% from 255) = 23.22%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=35.49%
G=23.22%
B=41.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141402490.140.4400.02280.7390.0876.27
HexD68CF9E2C021195a4c
Octal326214371165402431132114
Binary110101101000110011111001111010110001010001100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CF9; }

 p { color: rgb(214,140,249); }

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

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

 a { background-color: rgb(214,140,249); }

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

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

 span { border-color: rgb(214,140,249); }

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