Html Css Color HEX #D07CF9 Heliotrope

📋 copy color: '#D07CF9'

red 208 ◦ green 124 ◦ blue 249

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

Shades of Heliotrope #D07CF9

Tints of Heliotrope #D07CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.86%

R = 35.8%
G = 21.34%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D07CF9 (or 0xD07CF9) is known color: Heliotrope. HEX triplet: D0, 7C and F9. RGB value is (208,124,249). Sum of RGB (Red+Green+Blue) = 208+124+249=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #D07CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CF9 is #2F8306. Grayscale: #A2A2A2. Windows color (decimal): -3113735 or 16350416. OLE color: 16350416.

HSL color Cylindrical-coordinate representation of color #D07CF9: hue angle of 280.32º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07CF9 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 124 249 -
CMYK 0.16 0.50 0 0.02
HSL 280.32º 0.91% 0.73% -
HSV(B) 280.32º 0.5% 0.98% -
XYZ 50.32 34.66 93.66 -
YUV 163.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 208 124 249 0.16 0.50 0 0.02 280.32 0.91 0.73
Hex D0 7C F9 10 32 0 2 118 5B 49
Octal 320 174 371 20 62 0 2 430 133 111
Binary 11010000 1111100 11111001 10000 110010 0 10 100011000 1011011 1001001

Color Harmonies of #D07CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CF9

Black with #D07CF9

Text Example


Text Example

White with #D07CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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