Html Css Color HEX #D07FEE Heliotrope

📋 copy color: '#D07FEE'

red 208 ◦ green 127 ◦ blue 238

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

Shades of Heliotrope #D07FEE

Tints of Heliotrope #D07FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 36.3%
G = 22.16%
B = 41.54%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D07FEE (or 0xD07FEE) is known color: Heliotrope. HEX triplet: D0, 7F and EE. RGB value is (208,127,238). Sum of RGB (Red+Green+Blue) = 208+127+238=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #D07FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FEE is #2F8011. Grayscale: #A3A3A3. Windows color (decimal): -3112978 or 15630288. OLE color: 15630288.

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

Color convert

RGB 208 127 238 -
CMYK 0.13 0.47 0 0.07
HSL 283.78º 0.77% 0.72% -
HSV(B) 283.78º 0.47% 0.93% -
XYZ 49.03 34.76 85.01 -
YUV 163.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 208 127 238 0.13 0.47 0 0.07 283.78 0.77 0.72
Hex D0 7F EE D 2F 0 7 11C 4D 48
Octal 320 177 356 15 57 0 7 434 115 110
Binary 11010000 1111111 11101110 1101 101111 0 111 100011100 1001101 1001000

Color Harmonies of #D07FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FEE

Black with #D07FEE

Text Example


Text Example

White with #D07FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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