#D67CF1

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

Shades of Heliotrope #D67CF1

Tints of Heliotrope #D67CF1

Color information

#D67CF1 (or 0xD67CF1) is unknown color: approx Heliotrope. HEX triplet: D6, 7C and F1. RGB value is (214,124,241). Sum of RGB (Red+Green+Blue) = 214+124+241=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #D67CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67CF1 is #29830E. Grayscale: #A3A3A3. Windows color (decimal): -2720527 or 15826134. OLE color: 15826134.

HSL color Cylindrical-coordinate representation of color #D67CF1: hue angle of 286.15º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D67CF1 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214124241-
CMYK0.110.4900.05
HSL286.15º80.69%71.57%-
HSV(B)286.15º48.55%94.51%-
XYZ50.8235.0687.31-
YUV164.25171.32163.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=36.96%
G=21.42%
B=41.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141242410.110.4900.05286.1580.6971.57
HexD67CF1B310511e5148
Octal326174361136105436121110
Binary110101101111100111100011011110001010110001111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67CF1; }

 p { color: rgb(214,124,241); }

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

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

 a { background-color: rgb(214,124,241); }

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

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

 span { border-color: rgb(214,124,241); }

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