Html Css Color HEX #D07EFD Heliotrope

📋 copy color: '#D07EFD'

red 208 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #D07EFD

Tints of Heliotrope #D07EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.1%

R = 35.43%
G = 21.47%
B = 43.1%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D07EFD (or 0xD07EFD) is known color: Heliotrope. HEX triplet: D0, 7E and FD. RGB value is (208,126,253). Sum of RGB (Red+Green+Blue) = 208+126+253=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #D07EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EFD is #2F8102. Grayscale: #A4A4A4. Windows color (decimal): -3113219 or 16613072. OLE color: 16613072.

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

Color convert

RGB 208 126 253 -
CMYK 0.18 0.50 0 0.01
HSL 278.74º 0.97% 0.74% -
HSV(B) 278.74º 0.5% 0.99% -
XYZ 51.2 35.42 97.07 -
YUV 165 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 208 126 253 0.18 0.50 0 0.01 278.74 0.97 0.74
Hex D0 7E FD 12 32 0 1 117 61 4A
Octal 320 176 375 22 62 0 1 427 141 112
Binary 11010000 1111110 11111101 10010 110010 0 1 100010111 1100001 1001010

Color Harmonies of #D07EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EFD

Black with #D07EFD

Text Example


Text Example

White with #D07EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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