Html Css Color HEX #D07FEA Heliotrope

📋 copy color: '#D07FEA'

red 208 ◦ green 127 ◦ blue 234

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

Shades of Heliotrope #D07FEA

Tints of Heliotrope #D07FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 36.56%
G = 22.32%
B = 41.12%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D07FEA (or 0xD07FEA) is known color: Heliotrope. HEX triplet: D0, 7F and EA. RGB value is (208,127,234). Sum of RGB (Red+Green+Blue) = 208+127+234=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #D07FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FEA is #2F8015. Grayscale: #A3A3A3. Windows color (decimal): -3112982 or 15368144. OLE color: 15368144.

HSL color Cylindrical-coordinate representation of color #D07FEA: hue angle of 285.42º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07FEA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 127 234 -
CMYK 0.11 0.46 0 0.08
HSL 285.42º 0.72% 0.71% -
HSV(B) 285.42º 0.46% 0.92% -
XYZ 48.45 34.53 81.95 -
YUV 163.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 208 127 234 0.11 0.46 0 0.08 285.42 0.72 0.71
Hex D0 7F EA B 2E 0 8 11D 48 47
Octal 320 177 352 13 56 0 10 435 110 107
Binary 11010000 1111111 11101010 1011 101110 0 1000 100011101 1001000 1000111

Color Harmonies of #D07FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FEA

Black with #D07FEA

Text Example


Text Example

White with #D07FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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