Html Css Color HEX #DC64FC Heliotrope

📋 copy color: '#DC64FC'

red 220 ◦ green 100 ◦ blue 252

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

Shades of Heliotrope #DC64FC

Tints of Heliotrope #DC64FC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.48%

 BLUE value IS 252 (98.83% from 255) = 44.06%

R = 38.46%
G = 17.48%
B = 44.06%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC64FC (or 0xDC64FC) is known color: Heliotrope. HEX triplet: DC, 64 and FC. RGB value is (220,100,252). Sum of RGB (Red+Green+Blue) = 220+100+252=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 100 (39.45% from 255 or 17.48% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC64FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64FC is #239B03. Grayscale: #989898. Windows color (decimal): -2333444 or 16540892. OLE color: 16540892.

HSL color Cylindrical-coordinate representation of color #DC64FC: hue angle of 287.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC64FC is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 100 252 -
CMYK 0.13 0.60 0 0.01
HSL 287.37º 0.96% 0.69% -
HSV(B) 287.37º 0.6% 0.99% -
XYZ 51.64 31.36 95.43 -
YUV 153.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 220 100 252 0.13 0.60 0 0.01 287.37 0.96 0.69
Hex DC 64 FC D 3C 0 1 11F 60 45
Octal 334 144 374 15 74 0 1 437 140 105
Binary 11011100 1100100 11111100 1101 111100 0 1 100011111 1100000 1000101

Color Harmonies of #DC64FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC64FC

Black with #DC64FC

Text Example


Text Example

White with #DC64FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC64FC; }

 p { color: rgb(220,100,252); }

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

background-color css

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

 a { background-color: rgb(220,100,252); }

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

border-color css

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

 span { border-color: rgb(220,100,252); }

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