Html Css Color HEX #DC68FA Heliotrope

📋 copy color: '#DC68FA'

red 220 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #DC68FA

Tints of Heliotrope #DC68FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.12%

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

R = 38.33%
G = 18.12%
B = 43.55%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC68FA (or 0xDC68FA) is known color: Heliotrope. HEX triplet: DC, 68 and FA. RGB value is (220,104,250). Sum of RGB (Red+Green+Blue) = 220+104+250=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68FA is #239705. Grayscale: #9A9A9A. Windows color (decimal): -2332422 or 16410844. OLE color: 16410844.

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

Color convert

RGB 220 104 250 -
CMYK 0.12 0.58 0 0.02
HSL 287.67º 0.94% 0.69% -
HSV(B) 287.67º 0.58% 0.98% -
XYZ 51.72 32.02 93.9 -
YUV 155.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 220 104 250 0.12 0.58 0 0.02 287.67 0.94 0.69
Hex DC 68 FA C 3A 0 2 120 5E 45
Octal 334 150 372 14 72 0 2 440 136 105
Binary 11011100 1101000 11111010 1100 111010 0 10 100100000 1011110 1000101

Color Harmonies of #DC68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68FA

Black with #DC68FA

Text Example


Text Example

White with #DC68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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