Html Css Color HEX #DC78D5 Orchid

📋 copy color: '#DC78D5'

red 220 ◦ green 120 ◦ blue 213

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

Shades of Orchid #DC78D5

Tints of Orchid #DC78D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 39.78%
G = 21.7%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC78D5 (or 0xDC78D5) is known color: Orchid. HEX triplet: DC, 78 and D5. RGB value is (220,120,213). Sum of RGB (Red+Green+Blue) = 220+120+213=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78D5 is #23872A. Grayscale: #A0A0A0. Windows color (decimal): -2328363 or 13990108. OLE color: 13990108.

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

Color convert

RGB 220 120 213 -
CMYK 0 0.45 0.03 0.14
HSL 304.2º 0.59% 0.67% -
HSV(B) 304.2º 0.45% 0.86% -
XYZ 48.24 33.45 66.87 -
YUV 160.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 220 120 213 0 0.45 0.03 0.14 304.2 0.59 0.67
Hex DC 78 D5 0 2D 3 E 130 3B 43
Octal 334 170 325 0 55 3 16 460 73 103
Binary 11011100 1111000 11010101 0 101101 11 1110 100110000 111011 1000011

Color Harmonies of #DC78D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78D5

Black with #DC78D5

Text Example


Text Example

White with #DC78D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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