Html Css Color HEX #D07FFA Heliotrope

📋 copy color: '#D07FFA'

red 208 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #D07FFA

Tints of Heliotrope #D07FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 35.56%
G = 21.71%
B = 42.74%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D07FFA (or 0xD07FFA) is known color: Heliotrope. HEX triplet: D0, 7F and FA. RGB value is (208,127,250). Sum of RGB (Red+Green+Blue) = 208+127+250=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #D07FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FFA is #2F8005. Grayscale: #A4A4A4. Windows color (decimal): -3112966 or 16416720. OLE color: 16416720.

HSL color Cylindrical-coordinate representation of color #D07FFA: hue angle of 279.51º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07FFA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 127 250 -
CMYK 0.17 0.49 0 0.02
HSL 279.51º 0.92% 0.74% -
HSV(B) 279.51º 0.49% 0.98% -
XYZ 50.86 35.49 94.61 -
YUV 165.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 208 127 250 0.17 0.49 0 0.02 279.51 0.92 0.74
Hex D0 7F FA 11 31 0 2 118 5C 4A
Octal 320 177 372 21 61 0 2 430 134 112
Binary 11010000 1111111 11111010 10001 110001 0 10 100011000 1011100 1001010

Color Harmonies of #D07FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FFA

Black with #D07FFA

Text Example


Text Example

White with #D07FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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