Html Css Color HEX #DC6FEB Heliotrope

📋 copy color: '#DC6FEB'

red 220 ◦ green 111 ◦ blue 235

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

Shades of Heliotrope #DC6FEB

Tints of Heliotrope #DC6FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 38.87%
G = 19.61%
B = 41.52%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC6FEB (or 0xDC6FEB) is known color: Heliotrope. HEX triplet: DC, 6F and EB. RGB value is (220,111,235). Sum of RGB (Red+Green+Blue) = 220+111+235=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FEB is #239014. Grayscale: #9D9D9D. Windows color (decimal): -2330645 or 15429596. OLE color: 15429596.

HSL color Cylindrical-coordinate representation of color #DC6FEB: hue angle of 292.74º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6FEB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 111 235 -
CMYK 0.06 0.53 0 0.08
HSL 292.74º 0.76% 0.68% -
HSV(B) 292.74º 0.53% 0.92% -
XYZ 50.2 32.58 82.24 -
YUV 157.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 220 111 235 0.06 0.53 0 0.08 292.74 0.76 0.68
Hex DC 6F EB 6 35 0 8 125 4C 44
Octal 334 157 353 6 65 0 10 445 114 104
Binary 11011100 1101111 11101011 110 110101 0 1000 100100101 1001100 1000100

Color Harmonies of #DC6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FEB

Black with #DC6FEB

Text Example


Text Example

White with #DC6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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