Html Css Color HEX #DC6CF9 Heliotrope

📋 copy color: '#DC6CF9'

red 220 ◦ green 108 ◦ blue 249

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

Shades of Heliotrope #DC6CF9

Tints of Heliotrope #DC6CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 38.13%
G = 18.72%
B = 43.15%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC6CF9 (or 0xDC6CF9) is known color: Heliotrope. HEX triplet: DC, 6C and F9. RGB value is (220,108,249). Sum of RGB (Red+Green+Blue) = 220+108+249=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 108 (42.58% from 255 or 18.72% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC6CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CF9 is #239306. Grayscale: #9D9D9D. Windows color (decimal): -2331399 or 16346332. OLE color: 16346332.

HSL color Cylindrical-coordinate representation of color #DC6CF9: hue angle of 287.66º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6CF9 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 108 249 -
CMYK 0.12 0.57 0 0.02
HSL 287.66º 0.92% 0.7% -
HSV(B) 287.66º 0.57% 0.98% -
XYZ 51.98 32.78 93.21 -
YUV 157.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 220 108 249 0.12 0.57 0 0.02 287.66 0.92 0.7
Hex DC 6C F9 C 39 0 2 120 5C 46
Octal 334 154 371 14 71 0 2 440 134 106
Binary 11011100 1101100 11111001 1100 111001 0 10 100100000 1011100 1000110

Color Harmonies of #DC6CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CF9

Black with #DC6CF9

Text Example


Text Example

White with #DC6CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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