Html Css Color HEX #DC78C2 Orchid

📋 copy color: '#DC78C2'

red 220 ◦ green 120 ◦ blue 194

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

Shades of Orchid #DC78C2

Tints of Orchid #DC78C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 41.2%
G = 22.47%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC78C2 (or 0xDC78C2) is known color: Orchid. HEX triplet: DC, 78 and C2. RGB value is (220,120,194). Sum of RGB (Red+Green+Blue) = 220+120+194=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78C2 is #23873D. Grayscale: #9E9E9E. Windows color (decimal): -2328382 or 12744924. OLE color: 12744924.

HSL color Cylindrical-coordinate representation of color #DC78C2: hue angle of 315.6º 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 #DC78C2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 194 -
CMYK 0 0.45 0.12 0.14
HSL 315.6º 0.59% 0.67% -
HSV(B) 315.6º 0.45% 0.86% -
XYZ 45.97 32.54 54.9 -
YUV 158.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 220 120 194 0 0.45 0.12 0.14 315.6 0.59 0.67
Hex DC 78 C2 0 2D C E 13C 3B 43
Octal 334 170 302 0 55 14 16 474 73 103
Binary 11011100 1111000 11000010 0 101101 1100 1110 100111100 111011 1000011

Color Harmonies of #DC78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78C2

Black with #DC78C2

Text Example


Text Example

White with #DC78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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