Html Css Color HEX #D07BF9 Heliotrope

📋 copy color: '#D07BF9'

red 208 ◦ green 123 ◦ blue 249

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

Shades of Heliotrope #D07BF9

Tints of Heliotrope #D07BF9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.21%

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

R = 35.86%
G = 21.21%
B = 42.93%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D07BF9 (or 0xD07BF9) is known color: Heliotrope. HEX triplet: D0, 7B and F9. RGB value is (208,123,249). Sum of RGB (Red+Green+Blue) = 208+123+249=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #D07BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BF9 is #2F8406. Grayscale: #A2A2A2. Windows color (decimal): -3113991 or 16350160. OLE color: 16350160.

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

Color convert

RGB 208 123 249 -
CMYK 0.16 0.51 0 0.02
HSL 280.48º 0.91% 0.73% -
HSV(B) 280.48º 0.51% 0.98% -
XYZ 50.19 34.42 93.62 -
YUV 162.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 208 123 249 0.16 0.51 0 0.02 280.48 0.91 0.73
Hex D0 7B F9 10 33 0 2 118 5B 49
Octal 320 173 371 20 63 0 2 430 133 111
Binary 11010000 1111011 11111001 10000 110011 0 10 100011000 1011011 1001001

Color Harmonies of #D07BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BF9

Black with #D07BF9

Text Example


Text Example

White with #D07BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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