Html Css Color HEX #DC6CF1 Heliotrope

📋 copy color: '#DC6CF1'

red 220 ◦ green 108 ◦ blue 241

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

Shades of Heliotrope #DC6CF1

Tints of Heliotrope #DC6CF1

RGB

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

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

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

R = 38.66%
G = 18.98%
B = 42.36%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC6CF1 (or 0xDC6CF1) is known color: Heliotrope. HEX triplet: DC, 6C and F1. RGB value is (220,108,241). Sum of RGB (Red+Green+Blue) = 220+108+241=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CF1 is #23930E. Grayscale: #9C9C9C. Windows color (decimal): -2331407 or 15822044. OLE color: 15822044.

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

Color convert

RGB 220 108 241 -
CMYK 0.09 0.55 0 0.05
HSL 290.53º 0.83% 0.68% -
HSV(B) 290.53º 0.55% 0.95% -
XYZ 50.75 32.29 86.78 -
YUV 156.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 220 108 241 0.09 0.55 0 0.05 290.53 0.83 0.68
Hex DC 6C F1 9 37 0 5 123 53 44
Octal 334 154 361 11 67 0 5 443 123 104
Binary 11011100 1101100 11110001 1001 110111 0 101 100100011 1010011 1000100

Color Harmonies of #DC6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CF1

Black with #DC6CF1

Text Example


Text Example

White with #DC6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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