Html Css Color HEX #D07EFE Heliotrope

📋 copy color: '#D07EFE'

red 208 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #D07EFE

Tints of Heliotrope #D07EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.43%

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 35.37%
G = 21.43%
B = 43.2%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D07EFE (or 0xD07EFE) is known color: Heliotrope. HEX triplet: D0, 7E and FE. RGB value is (208,126,254). Sum of RGB (Red+Green+Blue) = 208+126+254=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #D07EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EFE is #2F8101. Grayscale: #A4A4A4. Windows color (decimal): -3113218 or 16678608. OLE color: 16678608.

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

Color convert

RGB 208 126 254 -
CMYK 0.18 0.50 0 0.00
HSL 278.44º 0.98% 0.75% -
HSV(B) 278.44º 0.5% 1% -
XYZ 51.36 35.49 97.91 -
YUV 165.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 208 126 254 0.18 0.50 0 0.00 278.44 0.98 0.75
Hex D0 7E FE 12 32 0 0 116 62 4B
Octal 320 176 376 22 62 0 0 426 142 113
Binary 11010000 1111110 11111110 10010 110010 0 0 100010110 1100010 1001011

Color Harmonies of #D07EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EFE

Black with #D07EFE

Text Example


Text Example

White with #D07EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EFE; }

 p { color: rgb(208,126,254); }

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

background-color css

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

 a { background-color: rgb(208,126,254); }

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

border-color css

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

 span { border-color: rgb(208,126,254); }

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