Html Css Color HEX #DC78DC Orchid

📋 copy color: '#DC78DC'

red 220 ◦ green 120 ◦ blue 220

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

Shades of Orchid #DC78DC

Tints of Orchid #DC78DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 39.29%
G = 21.43%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC78DC (or 0xDC78DC) is known color: Orchid. HEX triplet: DC, 78 and DC. RGB value is (220,120,220). Sum of RGB (Red+Green+Blue) = 220+120+220=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78DC is #238723. Grayscale: #A1A1A1. Windows color (decimal): -2328356 or 14448860. OLE color: 14448860.

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

Color convert

RGB 220 120 220 -
CMYK 0 0.45 0 0.14
HSL 300º 0.59% 0.67% -
HSV(B) 300º 0.45% 0.86% -
XYZ 49.15 33.82 71.65 -
YUV 161.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 220 120 220 0 0.45 0 0.14 300 0.59 0.67
Hex DC 78 DC 0 2D 0 E 12C 3B 43
Octal 334 170 334 0 55 0 16 454 73 103
Binary 11011100 1111000 11011100 0 101101 0 1110 100101100 111011 1000011

Color Harmonies of #DC78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78DC

Black with #DC78DC

Text Example


Text Example

White with #DC78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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