Html Css Color HEX #D07FFF Heliotrope

📋 copy color: '#D07FFF'

red 208 ◦ green 127 ◦ blue 255

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

Shades of Heliotrope #D07FFF

Tints of Heliotrope #D07FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 21.53%

 BLUE value IS 255 (100% from 255) = 43.22%

R = 35.25%
G = 21.53%
B = 43.22%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D07FFF (or 0xD07FFF) is known color: Heliotrope. HEX triplet: D0, 7F and FF. RGB value is (208,127,255). Sum of RGB (Red+Green+Blue) = 208+127+255=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D07FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FFF is #2F8000. Grayscale: #A5A5A5. Windows color (decimal): -3112961 or 16744400. OLE color: 16744400.

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

Color convert

RGB 208 127 255 -
CMYK 0.18 0.50 0 0
HSL 277.97º 1% 0.75% -
HSV(B) 277.97º 0.5% 1% -
XYZ 51.65 35.81 98.8 -
YUV 165.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 208 127 255 0.18 0.50 0 0 277.97 1 0.75
Hex D0 7F FF 12 32 0 0 116 64 4B
Octal 320 177 377 22 62 0 0 426 144 113
Binary 11010000 1111111 11111111 10010 110010 0 0 100010110 1100100 1001011

Color Harmonies of #D07FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FFF

Black with #D07FFF

Text Example


Text Example

White with #D07FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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