Html Css Color HEX #D07AEE Heliotrope

📋 copy color: '#D07AEE'

red 208 ◦ green 122 ◦ blue 238

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

Shades of Heliotrope #D07AEE

Tints of Heliotrope #D07AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 36.62%
G = 21.48%
B = 41.9%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D07AEE (or 0xD07AEE) is known color: Heliotrope. HEX triplet: D0, 7A and EE. RGB value is (208,122,238). Sum of RGB (Red+Green+Blue) = 208+122+238=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #D07AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AEE is #2F8511. Grayscale: #A0A0A0. Windows color (decimal): -3114258 or 15629008. OLE color: 15629008.

HSL color Cylindrical-coordinate representation of color #D07AEE: hue angle of 284.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07AEE is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 122 238 -
CMYK 0.13 0.49 0 0.07
HSL 284.48º 0.77% 0.71% -
HSV(B) 284.48º 0.49% 0.93% -
XYZ 48.4 33.5 84.8 -
YUV 160.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 208 122 238 0.13 0.49 0 0.07 284.48 0.77 0.71
Hex D0 7A EE D 31 0 7 11C 4D 47
Octal 320 172 356 15 61 0 7 434 115 107
Binary 11010000 1111010 11101110 1101 110001 0 111 100011100 1001101 1000111

Color Harmonies of #D07AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AEE

Black with #D07AEE

Text Example


Text Example

White with #D07AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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