Html Css Color HEX #DC68FF Heliotrope

📋 copy color: '#DC68FF'

red 220 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #DC68FF

Tints of Heliotrope #DC68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 38%
G = 17.96%
B = 44.04%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC68FF (or 0xDC68FF) is known color: Heliotrope. HEX triplet: DC, 68 and FF. RGB value is (220,104,255). Sum of RGB (Red+Green+Blue) = 220+104+255=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68FF is #239700. Grayscale: #9B9B9B. Windows color (decimal): -2332417 or 16738524. OLE color: 16738524.

HSL color Cylindrical-coordinate representation of color #DC68FF: hue angle of 286.09º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC68FF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 104 255 -
CMYK 0.14 0.59 0 0
HSL 286.09º 1% 0.7% -
HSV(B) 286.09º 0.59% 1% -
XYZ 52.52 32.34 98.08 -
YUV 155.9 183.93 173.72 -
System Red Green Blue C M Y K H S L
Decimal 220 104 255 0.14 0.59 0 0 286.09 1 0.7
Hex DC 68 FF E 3B 0 0 11E 64 46
Octal 334 150 377 16 73 0 0 436 144 106
Binary 11011100 1101000 11111111 1110 111011 0 0 100011110 1100100 1000110

Color Harmonies of #DC68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68FF

Black with #DC68FF

Text Example


Text Example

White with #DC68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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