Html Css Color HEX #DC6CF5 Heliotrope

📋 copy color: '#DC6CF5'

red 220 ◦ green 108 ◦ blue 245

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

Shades of Heliotrope #DC6CF5

Tints of Heliotrope #DC6CF5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.85%

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

R = 38.39%
G = 18.85%
B = 42.76%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC6CF5 (or 0xDC6CF5) is known color: Heliotrope. HEX triplet: DC, 6C and F5. RGB value is (220,108,245). Sum of RGB (Red+Green+Blue) = 220+108+245=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC6CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CF5 is #23930A. Grayscale: #9C9C9C. Windows color (decimal): -2331403 or 16084188. OLE color: 16084188.

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

Color convert

RGB 220 108 245 -
CMYK 0.10 0.56 0 0.04
HSL 289.05º 0.87% 0.69% -
HSV(B) 289.05º 0.56% 0.96% -
XYZ 51.36 32.53 89.96 -
YUV 157.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 220 108 245 0.10 0.56 0 0.04 289.05 0.87 0.69
Hex DC 6C F5 A 38 0 4 121 57 45
Octal 334 154 365 12 70 0 4 441 127 105
Binary 11011100 1101100 11110101 1010 111000 0 100 100100001 1010111 1000101

Color Harmonies of #DC6CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CF5

Black with #DC6CF5

Text Example


Text Example

White with #DC6CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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