Html Css Color HEX #DC78D2 Orchid

📋 copy color: '#DC78D2'

red 220 ◦ green 120 ◦ blue 210

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

Shades of Orchid #DC78D2

Tints of Orchid #DC78D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.18%

R = 40%
G = 21.82%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC78D2 (or 0xDC78D2) is known color: Orchid. HEX triplet: DC, 78 and D2. RGB value is (220,120,210). Sum of RGB (Red+Green+Blue) = 220+120+210=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78D2 is #23872D. Grayscale: #9F9F9F. Windows color (decimal): -2328366 or 13793500. OLE color: 13793500.

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

Color convert

RGB 220 120 210 -
CMYK 0 0.45 0.05 0.14
HSL 306º 0.59% 0.67% -
HSV(B) 306º 0.45% 0.86% -
XYZ 47.86 33.3 64.88 -
YUV 160.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 220 120 210 0 0.45 0.05 0.14 306 0.59 0.67
Hex DC 78 D2 0 2D 5 E 132 3B 43
Octal 334 170 322 0 55 5 16 462 73 103
Binary 11011100 1111000 11010010 0 101101 101 1110 100110010 111011 1000011

Color Harmonies of #DC78D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78D2

Black with #DC78D2

Text Example


Text Example

White with #DC78D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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