Html Css Color HEX #D07FFB Heliotrope

📋 copy color: '#D07FFB'

red 208 ◦ green 127 ◦ blue 251

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

Shades of Heliotrope #D07FFB

Tints of Heliotrope #D07FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 35.49%
G = 21.67%
B = 42.83%

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

#D07FFB (or 0xD07FFB) is known color: Heliotrope. HEX triplet: D0, 7F and FB. RGB value is (208,127,251). Sum of RGB (Red+Green+Blue) = 208+127+251=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #D07FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FFB is #2F8004. Grayscale: #A4A4A4. Windows color (decimal): -3112965 or 16482256. OLE color: 16482256.

HSL color Cylindrical-coordinate representation of color #D07FFB: hue angle of 279.19º degrees, saturation: 0.94, 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 #D07FFB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 127 251 -
CMYK 0.17 0.49 0 0.02
HSL 279.19º 0.94% 0.74% -
HSV(B) 279.19º 0.49% 0.98% -
XYZ 51.01 35.55 95.44 -
YUV 165.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 208 127 251 0.17 0.49 0 0.02 279.19 0.94 0.74
Hex D0 7F FB 11 31 0 2 117 5E 4A
Octal 320 177 373 21 61 0 2 427 136 112
Binary 11010000 1111111 11111011 10001 110001 0 10 100010111 1011110 1001010

Color Harmonies of #D07FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FFB

Black with #D07FFB

Text Example


Text Example

White with #D07FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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