#D07CFC

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

Shades of Heliotrope #D07CFC

Tints of Heliotrope #D07CFC

Color information

#D07CFC (or 0xD07CFC) is unknown color: approx Heliotrope. HEX triplet: D0, 7C and FC. RGB value is (208,124,252). Sum of RGB (Red+Green+Blue) = 208+124+252=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #D07CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CFC is #2F8303. Grayscale: #A3A3A3. Windows color (decimal): -3113732 or 16547024. OLE color: 16547024.

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

Color convert

RGB208124252-
CMYK0.170.5100.01
HSL279.38º95.52%73.73%-
HSV(B)279.38º50.79%98.82%-
XYZ50.7934.8596.15-
YUV163.71177.83159.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 124 (48.83% from 255) = 21.23%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=35.62%
G=21.23%
B=43.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081242520.170.5100.01279.3895.5273.73
HexD07CFC113301117604a
Octal320174374216301427140112
Binary11010000111110011111100100011100110110001011111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07CFC; }

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

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

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

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

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

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

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

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