Html Css Color HEX #D07AFF Heliotrope

📋 copy color: '#D07AFF'

red 208 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #D07AFF

Tints of Heliotrope #D07AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 35.56%
G = 20.85%
B = 43.59%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D07AFF (or 0xD07AFF) is known color: Heliotrope. HEX triplet: D0, 7A and FF. RGB value is (208,122,255). Sum of RGB (Red+Green+Blue) = 208+122+255=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #D07AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AFF is #2F8500. Grayscale: #A2A2A2. Windows color (decimal): -3114241 or 16743120. OLE color: 16743120.

HSL color Cylindrical-coordinate representation of color #D07AFF: hue angle of 278.8º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07AFF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 122 255 -
CMYK 0.18 0.52 0 0
HSL 278.8º 1% 0.74% -
HSV(B) 278.8º 0.52% 1% -
XYZ 51.02 34.55 98.59 -
YUV 162.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 208 122 255 0.18 0.52 0 0 278.8 1 0.74
Hex D0 7A FF 12 34 0 0 117 64 4A
Octal 320 172 377 22 64 0 0 427 144 112
Binary 11010000 1111010 11111111 10010 110100 0 0 100010111 1100100 1001010

Color Harmonies of #D07AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AFF

Black with #D07AFF

Text Example


Text Example

White with #D07AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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