Html Css Color HEX #D07AF1 Heliotrope

📋 copy color: '#D07AF1'

red 208 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #D07AF1

Tints of Heliotrope #D07AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.37%

 BLUE value IS 241 (94.53% from 255) = 42.21%

R = 36.43%
G = 21.37%
B = 42.21%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D07AF1 (or 0xD07AF1) is known color: Heliotrope. HEX triplet: D0, 7A and F1. RGB value is (208,122,241). Sum of RGB (Red+Green+Blue) = 208+122+241=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #D07AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AF1 is #2F850E. Grayscale: #A0A0A0. Windows color (decimal): -3114255 or 15825616. OLE color: 15825616.

HSL color Cylindrical-coordinate representation of color #D07AF1: hue angle of 283.36º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07AF1 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 122 241 -
CMYK 0.14 0.49 0 0.05
HSL 283.36º 0.81% 0.71% -
HSV(B) 283.36º 0.49% 0.95% -
XYZ 48.85 33.68 87.15 -
YUV 161.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 208 122 241 0.14 0.49 0 0.05 283.36 0.81 0.71
Hex D0 7A F1 E 31 0 5 11B 51 47
Octal 320 172 361 16 61 0 5 433 121 107
Binary 11010000 1111010 11110001 1110 110001 0 101 100011011 1010001 1000111

Color Harmonies of #D07AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AF1

Black with #D07AF1

Text Example


Text Example

White with #D07AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AF1; }

 p { color: rgb(208,122,241); }

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

background-color css

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

 a { background-color: rgb(208,122,241); }

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

border-color css

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

 span { border-color: rgb(208,122,241); }

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