Html Css Color HEX #DC78EE Heliotrope

📋 copy color: '#DC78EE'

red 220 ◦ green 120 ◦ blue 238

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

Shades of Heliotrope #DC78EE

Tints of Heliotrope #DC78EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.76%

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 38.06%
G = 20.76%
B = 41.18%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC78EE (or 0xDC78EE) is known color: Heliotrope. HEX triplet: DC, 78 and EE. RGB value is (220,120,238). Sum of RGB (Red+Green+Blue) = 220+120+238=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78EE is #238711. Grayscale: #A2A2A2. Windows color (decimal): -2328338 or 15628508. OLE color: 15628508.

HSL color Cylindrical-coordinate representation of color #DC78EE: hue angle of 290.85º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC78EE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 120 238 -
CMYK 0.08 0.50 0 0.07
HSL 290.85º 0.78% 0.7% -
HSV(B) 290.85º 0.5% 0.93% -
XYZ 51.66 34.82 84.89 -
YUV 163.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 220 120 238 0.08 0.50 0 0.07 290.85 0.78 0.7
Hex DC 78 EE 8 32 0 7 123 4E 46
Octal 334 170 356 10 62 0 7 443 116 106
Binary 11011100 1111000 11101110 1000 110010 0 111 100100011 1001110 1000110

Color Harmonies of #DC78EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78EE

Black with #DC78EE

Text Example


Text Example

White with #DC78EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78EE; }

 p { color: rgb(220,120,238); }

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

background-color css

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

 a { background-color: rgb(220,120,238); }

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

border-color css

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

 span { border-color: rgb(220,120,238); }

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