#D07BEC

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

Shades of Heliotrope #D07BEC

Tints of Heliotrope #D07BEC

Color information

#D07BEC (or 0xD07BEC) is unknown color: approx Heliotrope. HEX triplet: D0, 7B and EC. RGB value is (208,123,236). Sum of RGB (Red+Green+Blue) = 208+123+236=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #D07BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BEC is #2F8413. Grayscale: #A0A0A0. Windows color (decimal): -3114004 or 15498192. OLE color: 15498192.

HSL color Cylindrical-coordinate representation of color #D07BEC: hue angle of 285.13º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07BEC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208123236-
CMYK0.120.4800.07
HSL285.13º74.83%70.39%-
HSV(B)285.13º47.88%92.55%-
XYZ48.2433.6383.31-
YUV161.3170.16161.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 123 (48.44% from 255) = 21.69%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=36.68%
G=21.69%
B=41.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081232360.120.4800.07285.1374.8370.39
HexD07BECC300711d4b46
Octal320173354146007435113106
Binary110100001111011111011001100110000011110001110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07BEC; }

 p { color: rgb(208,123,236); }

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

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

 a { background-color: rgb(208,123,236); }

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

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

 span { border-color: rgb(208,123,236); }

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