Html Css Color HEX #DC78C5 Orchid

📋 copy color: '#DC78C5'

red 220 ◦ green 120 ◦ blue 197

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

Shades of Orchid #DC78C5

Tints of Orchid #DC78C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 40.97%
G = 22.35%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC78C5 (or 0xDC78C5) is known color: Orchid. HEX triplet: DC, 78 and C5. RGB value is (220,120,197). Sum of RGB (Red+Green+Blue) = 220+120+197=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78C5 is #23873A. Grayscale: #9E9E9E. Windows color (decimal): -2328379 or 12941532. OLE color: 12941532.

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

Color convert

RGB 220 120 197 -
CMYK 0 0.45 0.10 0.14
HSL 313.8º 0.59% 0.67% -
HSV(B) 313.8º 0.45% 0.86% -
XYZ 46.31 32.68 56.69 -
YUV 158.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 220 120 197 0 0.45 0.10 0.14 313.8 0.59 0.67
Hex DC 78 C5 0 2D A E 13A 3B 43
Octal 334 170 305 0 55 12 16 472 73 103
Binary 11011100 1111000 11000101 0 101101 1010 1110 100111010 111011 1000011

Color Harmonies of #DC78C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78C5

Black with #DC78C5

Text Example


Text Example

White with #DC78C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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