Html Css Color HEX #DC6BF1 Heliotrope

📋 copy color: '#DC6BF1'

red 220 ◦ green 107 ◦ blue 241

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

Shades of Heliotrope #DC6BF1

Tints of Heliotrope #DC6BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.43%

R = 38.73%
G = 18.84%
B = 42.43%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC6BF1 (or 0xDC6BF1) is known color: Heliotrope. HEX triplet: DC, 6B and F1. RGB value is (220,107,241). Sum of RGB (Red+Green+Blue) = 220+107+241=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC6BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BF1 is #23940E. Grayscale: #9B9B9B. Windows color (decimal): -2331663 or 15821788. OLE color: 15821788.

HSL color Cylindrical-coordinate representation of color #DC6BF1: hue angle of 290.6º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6BF1 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 107 241 -
CMYK 0.09 0.56 0 0.05
HSL 290.6º 0.83% 0.68% -
HSV(B) 290.6º 0.56% 0.95% -
XYZ 50.65 32.08 86.74 -
YUV 156.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 220 107 241 0.09 0.56 0 0.05 290.6 0.83 0.68
Hex DC 6B F1 9 38 0 5 123 53 44
Octal 334 153 361 11 70 0 5 443 123 104
Binary 11011100 1101011 11110001 1001 111000 0 101 100100011 1010011 1000100

Color Harmonies of #DC6BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BF1

Black with #DC6BF1

Text Example


Text Example

White with #DC6BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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