#d07bf2

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

Shades of Heliotrope #D07BF2

Tints of Heliotrope #D07BF2

Color information

#D07BF2 (or 0xD07BF2) is unknown color: approx Heliotrope. HEX triplet: D0, 7B and F2. RGB value is (208,123,242). Sum of RGB (Red+Green+Blue) = 208+123+242=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #D07BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BF2 is #2F840D. Grayscale: #A1A1A1. Windows color (decimal): -3113998 or 15891408. OLE color: 15891408.

HSL color Cylindrical-coordinate representation of color #D07BF2: hue angle of 282.86º degrees, saturation: 0.82, 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 #D07BF2 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208123242-
CMYK0.140.4900.05
HSL282.86º82.07%71.57%-
HSV(B)282.86º49.17%94.9%-
XYZ49.1233.9987.98-
YUV161.98173.16160.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 123 (48.44% from 255) = 21.47%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=36.30%
G=21.47%
B=42.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081232420.140.4900.05282.8682.0771.57
HexD07BF2E310511b5248
Octal320173362166105433122110
Binary110100001111011111100101110110001010110001101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07bf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07bf2; }

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

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

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

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

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

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

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

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