Html Css Color HEX #D07CEF Heliotrope

📋 copy color: '#D07CEF'

red 208 ◦ green 124 ◦ blue 239

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

Shades of Heliotrope #D07CEF

Tints of Heliotrope #D07CEF

RGB

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

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

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

R = 36.43%
G = 21.72%
B = 41.86%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D07CEF (or 0xD07CEF) is known color: Heliotrope. HEX triplet: D0, 7C and EF. RGB value is (208,124,239). Sum of RGB (Red+Green+Blue) = 208+124+239=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #D07CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CEF is #2F8310. Grayscale: #A1A1A1. Windows color (decimal): -3113745 or 15695056. OLE color: 15695056.

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

Color convert

RGB 208 124 239 -
CMYK 0.13 0.48 0 0.06
HSL 283.83º 0.78% 0.71% -
HSV(B) 283.83º 0.48% 0.94% -
XYZ 48.8 34.06 85.66 -
YUV 162.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 208 124 239 0.13 0.48 0 0.06 283.83 0.78 0.71
Hex D0 7C EF D 30 0 6 11C 4E 47
Octal 320 174 357 15 60 0 6 434 116 107
Binary 11010000 1111100 11101111 1101 110000 0 110 100011100 1001110 1000111

Color Harmonies of #D07CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CEF

Black with #D07CEF

Text Example


Text Example

White with #D07CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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