Html Css Color HEX #DC6BEF Heliotrope

📋 copy color: '#DC6BEF'

red 220 ◦ green 107 ◦ blue 239

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

Shades of Heliotrope #DC6BEF

Tints of Heliotrope #DC6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.9%

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 38.87%
G = 18.9%
B = 42.23%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC6BEF (or 0xDC6BEF) is known color: Heliotrope. HEX triplet: DC, 6B and EF. RGB value is (220,107,239). Sum of RGB (Red+Green+Blue) = 220+107+239=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC6BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BEF is #239410. Grayscale: #9B9B9B. Windows color (decimal): -2331665 or 15690716. OLE color: 15690716.

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

Color convert

RGB 220 107 239 -
CMYK 0.08 0.55 0 0.06
HSL 291.36º 0.8% 0.68% -
HSV(B) 291.36º 0.55% 0.94% -
XYZ 50.35 31.96 85.18 -
YUV 155.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 220 107 239 0.08 0.55 0 0.06 291.36 0.8 0.68
Hex DC 6B EF 8 37 0 6 123 50 44
Octal 334 153 357 10 67 0 6 443 120 104
Binary 11011100 1101011 11101111 1000 110111 0 110 100100011 1010000 1000100

Color Harmonies of #DC6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BEF

Black with #DC6BEF

Text Example


Text Example

White with #DC6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BEF; }

 p { color: rgb(220,107,239); }

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

background-color css

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

 a { background-color: rgb(220,107,239); }

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

border-color css

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

 span { border-color: rgb(220,107,239); }

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