Html Css Color HEX #DC63FA Heliotrope

📋 copy color: '#DC63FA'

red 220 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #DC63FA

Tints of Heliotrope #DC63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.4%

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 38.66%
G = 17.4%
B = 43.94%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC63FA (or 0xDC63FA) is known color: Heliotrope. HEX triplet: DC, 63 and FA. RGB value is (220,99,250). Sum of RGB (Red+Green+Blue) = 220+99+250=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63FA is #239C05. Grayscale: #979797. Windows color (decimal): -2333702 or 16409564. OLE color: 16409564.

HSL color Cylindrical-coordinate representation of color #DC63FA: hue angle of 288.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC63FA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 99 250 -
CMYK 0.12 0.60 0 0.02
HSL 288.08º 0.94% 0.68% -
HSV(B) 288.08º 0.6% 0.98% -
XYZ 51.23 31.04 93.73 -
YUV 152.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 220 99 250 0.12 0.60 0 0.02 288.08 0.94 0.68
Hex DC 63 FA C 3C 0 2 120 5E 44
Octal 334 143 372 14 74 0 2 440 136 104
Binary 11011100 1100011 11111010 1100 111100 0 10 100100000 1011110 1000100

Color Harmonies of #DC63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63FA

Black with #DC63FA

Text Example


Text Example

White with #DC63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63FA; }

 p { color: rgb(220,99,250); }

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

background-color css

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

 a { background-color: rgb(220,99,250); }

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

border-color css

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

 span { border-color: rgb(220,99,250); }

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