Html Css Color HEX #DC6BF3 Heliotrope

📋 copy color: '#DC6BF3'

red 220 ◦ green 107 ◦ blue 243

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

Shades of Heliotrope #DC6BF3

Tints of Heliotrope #DC6BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.63%

R = 38.6%
G = 18.77%
B = 42.63%

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

#DC6BF3 (or 0xDC6BF3) is known color: Heliotrope. HEX triplet: DC, 6B and F3. RGB value is (220,107,243). Sum of RGB (Red+Green+Blue) = 220+107+243=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC6BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BF3 is #23940C. Grayscale: #9B9B9B. Windows color (decimal): -2331661 or 15952860. OLE color: 15952860.

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

Color convert

RGB 220 107 243 -
CMYK 0.09 0.56 0 0.05
HSL 289.85º 0.85% 0.69% -
HSV(B) 289.85º 0.56% 0.95% -
XYZ 50.95 32.2 88.32 -
YUV 156.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 220 107 243 0.09 0.56 0 0.05 289.85 0.85 0.69
Hex DC 6B F3 9 38 0 5 122 55 45
Octal 334 153 363 11 70 0 5 442 125 105
Binary 11011100 1101011 11110011 1001 111000 0 101 100100010 1010101 1000101

Color Harmonies of #DC6BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BF3

Black with #DC6BF3

Text Example


Text Example

White with #DC6BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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