Html Css Color HEX #DC78DA Orchid

📋 copy color: '#DC78DA'

red 220 ◦ green 120 ◦ blue 218

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

Shades of Orchid #DC78DA

Tints of Orchid #DC78DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 39.43%
G = 21.51%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC78DA (or 0xDC78DA) is known color: Orchid. HEX triplet: DC, 78 and DA. RGB value is (220,120,218). Sum of RGB (Red+Green+Blue) = 220+120+218=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78DA is #238725. Grayscale: #A0A0A0. Windows color (decimal): -2328358 or 14317788. OLE color: 14317788.

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

Color convert

RGB 220 120 218 -
CMYK 0 0.45 0.01 0.14
HSL 301.2º 0.59% 0.67% -
HSV(B) 301.2º 0.45% 0.86% -
XYZ 48.89 33.71 70.26 -
YUV 161.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 220 120 218 0 0.45 0.01 0.14 301.2 0.59 0.67
Hex DC 78 DA 0 2D 1 E 12D 3B 43
Octal 334 170 332 0 55 1 16 455 73 103
Binary 11011100 1111000 11011010 0 101101 1 1110 100101101 111011 1000011

Color Harmonies of #DC78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78DA

Black with #DC78DA

Text Example


Text Example

White with #DC78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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