Html Css Color HEX #DC8BF7 Heliotrope

📋 copy color: '#DC8BF7'

red 220 ◦ green 139 ◦ blue 247

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

Shades of Heliotrope #DC8BF7

Tints of Heliotrope #DC8BF7

RGB

 RED value IS 220 (86.33% from 255) = 36.3%

 GREEN value IS 139 (54.69% from 255) = 22.94%

 BLUE value IS 247 (96.88% from 255) = 40.76%

R = 36.3%
G = 22.94%
B = 40.76%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC8BF7 (or 0xDC8BF7) is known color: Heliotrope. HEX triplet: DC, 8B and F7. RGB value is (220,139,247). Sum of RGB (Red+Green+Blue) = 220+139+247=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC8BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BF7 is #237408. Grayscale: #AFAFAF. Windows color (decimal): -2323465 or 16223196. OLE color: 16223196.

HSL color Cylindrical-coordinate representation of color #DC8BF7: hue angle of 285º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC8BF7 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 139 247 -
CMYK 0.11 0.44 0 0.03
HSL 285º 0.87% 0.76% -
HSV(B) 285º 0.44% 0.97% -
XYZ 55.54 40.4 92.87 -
YUV 175.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 220 139 247 0.11 0.44 0 0.03 285 0.87 0.76
Hex DC 8B F7 B 2C 0 3 11D 57 4C
Octal 334 213 367 13 54 0 3 435 127 114
Binary 11011100 10001011 11110111 1011 101100 0 11 100011101 1010111 1001100

Color Harmonies of #DC8BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8BF7

Black with #DC8BF7

Text Example


Text Example

White with #DC8BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8BF7; }

 p { color: rgb(220,139,247); }

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

background-color css

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

 a { background-color: rgb(220,139,247); }

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

border-color css

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

 span { border-color: rgb(220,139,247); }

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