#D07CFF

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

Shades of Heliotrope #D07CFF

Tints of Heliotrope #D07CFF

Color information

#D07CFF (or 0xD07CFF) is unknown color: approx Heliotrope. HEX triplet: D0, 7C and FF. RGB value is (208,124,255). Sum of RGB (Red+Green+Blue) = 208+124+255=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #D07CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CFF is #2F8300. Grayscale: #A3A3A3. Windows color (decimal): -3113729 or 16743632. OLE color: 16743632.

HSL color Cylindrical-coordinate representation of color #D07CFF: hue angle of 278.47º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07CFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208124255-
CMYK0.180.5100
HSL278.47º100%74.31%-
HSV(B)278.47º51.37%100%-
XYZ51.2735.0598.67-
YUV164.05179.33159.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 124 (48.83% from 255) = 21.12%
BLUE value IS 255 (100% from 255) = 43.44%
R=35.43%
G=21.12%
B=43.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081242550.180.5100278.4710074.31
HexD07CFF123300116644a
Octal320174377226300426144112
Binary11010000111110011111111100101100110010001011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07CFF; }

 p { color: rgb(208,124,255); }

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

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

 a { background-color: rgb(208,124,255); }

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

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

 span { border-color: rgb(208,124,255); }

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