Html Css Color HEX #D07CF6 Heliotrope

📋 copy color: '#D07CF6'

red 208 ◦ green 124 ◦ blue 246

#D07CF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D07CF6

Tints of Heliotrope #D07CF6

RGB

 RED value IS 208 (81.64% from 255) = 35.99%

 GREEN value IS 124 (48.83% from 255) = 21.45%

 BLUE value IS 246 (96.48% from 255) = 42.56%

R = 35.99%
G = 21.45%
B = 42.56%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D07CF6 (or 0xD07CF6) is known color: Heliotrope. HEX triplet: D0, 7C and F6. RGB value is (208,124,246). Sum of RGB (Red+Green+Blue) = 208+124+246=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #D07CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CF6 is #2F8309. Grayscale: #A2A2A2. Windows color (decimal): -3113738 or 16153808. OLE color: 16153808.

HSL color Cylindrical-coordinate representation of color #D07CF6: hue angle of 281.31º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07CF6 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 124 246 -
CMYK 0.15 0.50 0 0.04
HSL 281.31º 0.87% 0.73% -
HSV(B) 281.31º 0.5% 0.96% -
XYZ 49.85 34.48 91.22 -
YUV 163.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 208 124 246 0.15 0.50 0 0.04 281.31 0.87 0.73
Hex D0 7C F6 F 32 0 4 119 57 49
Octal 320 174 366 17 62 0 4 431 127 111
Binary 11010000 1111100 11110110 1111 110010 0 100 100011001 1010111 1001001

Color Harmonies of #D07CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CF6

Black with #D07CF6

Text Example


Text Example

White with #D07CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CF6; }

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

 H1.HeaderClassName
 {
   color: #D07CF6;
 }
 .AnyTagClassName
 {
   color: #D07CF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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