Html Css Color HEX #D07FEF Heliotrope

📋 copy color: '#D07FEF'

red 208 ◦ green 127 ◦ blue 239

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

Shades of Heliotrope #D07FEF

Tints of Heliotrope #D07FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 36.24%
G = 22.13%
B = 41.64%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D07FEF (or 0xD07FEF) is known color: Heliotrope. HEX triplet: D0, 7F and EF. RGB value is (208,127,239). Sum of RGB (Red+Green+Blue) = 208+127+239=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #D07FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FEF is #2F8010. Grayscale: #A3A3A3. Windows color (decimal): -3112977 or 15695824. OLE color: 15695824.

HSL color Cylindrical-coordinate representation of color #D07FEF: hue angle of 283.39º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07FEF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 127 239 -
CMYK 0.13 0.47 0 0.06
HSL 283.39º 0.78% 0.72% -
HSV(B) 283.39º 0.47% 0.94% -
XYZ 49.18 34.82 85.79 -
YUV 163.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 208 127 239 0.13 0.47 0 0.06 283.39 0.78 0.72
Hex D0 7F EF D 2F 0 6 11B 4E 48
Octal 320 177 357 15 57 0 6 433 116 110
Binary 11010000 1111111 11101111 1101 101111 0 110 100011011 1001110 1001000

Color Harmonies of #D07FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FEF

Black with #D07FEF

Text Example


Text Example

White with #D07FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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