Html Css Color HEX #DC6FF5 Heliotrope

📋 copy color: '#DC6FF5'

red 220 ◦ green 111 ◦ blue 245

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

Shades of Heliotrope #DC6FF5

Tints of Heliotrope #DC6FF5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.27%

 BLUE value IS 245 (96.09% from 255) = 42.53%

R = 38.19%
G = 19.27%
B = 42.53%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC6FF5 (or 0xDC6FF5) is known color: Heliotrope. HEX triplet: DC, 6F and F5. RGB value is (220,111,245). Sum of RGB (Red+Green+Blue) = 220+111+245=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC6FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FF5 is #23900A. Grayscale: #9E9E9E. Windows color (decimal): -2330635 or 16084956. OLE color: 16084956.

HSL color Cylindrical-coordinate representation of color #DC6FF5: hue angle of 288.81º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6FF5 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 111 245 -
CMYK 0.10 0.55 0 0.04
HSL 288.81º 0.87% 0.7% -
HSV(B) 288.81º 0.55% 0.96% -
XYZ 51.68 33.18 90.07 -
YUV 158.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 220 111 245 0.10 0.55 0 0.04 288.81 0.87 0.7
Hex DC 6F F5 A 37 0 4 121 57 46
Octal 334 157 365 12 67 0 4 441 127 106
Binary 11011100 1101111 11110101 1010 110111 0 100 100100001 1010111 1000110

Color Harmonies of #DC6FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FF5

Black with #DC6FF5

Text Example


Text Example

White with #DC6FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FF5; }

 p { color: rgb(220,111,245); }

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

background-color css

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

 a { background-color: rgb(220,111,245); }

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

border-color css

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

 span { border-color: rgb(220,111,245); }

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