#D67FFC

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

Shades of Heliotrope #D67FFC

Tints of Heliotrope #D67FFC

Color information

#D67FFC (or 0xD67FFC) is unknown color: approx Heliotrope. HEX triplet: D6, 7F and FC. RGB value is (214,127,252). Sum of RGB (Red+Green+Blue) = 214+127+252=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #D67FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67FFC is #298003. Grayscale: #A6A6A6. Windows color (decimal): -2719748 or 16547798. OLE color: 16547798.

HSL color Cylindrical-coordinate representation of color #D67FFC: hue angle of 281.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67FFC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214127252-
CMYK0.150.5000.01
HSL281.76º95.42%74.31%-
HSV(B)281.76º49.6%98.82%-
XYZ52.8936.596.35-
YUV167.26175.82161.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 127 (50% from 255) = 21.42%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=36.09%
G=21.42%
B=42.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141272520.150.5000.01281.7695.4274.31
HexD67FFCF320111a5f4a
Octal326177374176201432137112
Binary1101011011111111111110011111100100110001101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FFC; }

 p { color: rgb(214,127,252); }

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

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

 a { background-color: rgb(214,127,252); }

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

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

 span { border-color: rgb(214,127,252); }

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