Html Css Color HEX #DC78D3 Orchid

📋 copy color: '#DC78D3'

red 220 ◦ green 120 ◦ blue 211

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

Shades of Orchid #DC78D3

Tints of Orchid #DC78D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.29%

R = 39.93%
G = 21.78%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC78D3 (or 0xDC78D3) is known color: Orchid. HEX triplet: DC, 78 and D3. RGB value is (220,120,211). Sum of RGB (Red+Green+Blue) = 220+120+211=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78D3 is #23872C. Grayscale: #A0A0A0. Windows color (decimal): -2328365 or 13859036. OLE color: 13859036.

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

Color convert

RGB 220 120 211 -
CMYK 0 0.45 0.04 0.14
HSL 305.4º 0.59% 0.67% -
HSV(B) 305.4º 0.45% 0.86% -
XYZ 47.99 33.35 65.54 -
YUV 160.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 220 120 211 0 0.45 0.04 0.14 305.4 0.59 0.67
Hex DC 78 D3 0 2D 4 E 131 3B 43
Octal 334 170 323 0 55 4 16 461 73 103
Binary 11011100 1111000 11010011 0 101101 100 1110 100110001 111011 1000011

Color Harmonies of #DC78D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78D3

Black with #DC78D3

Text Example


Text Example

White with #DC78D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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