Html Css Color HEX #DC78DF Orchid

📋 copy color: '#DC78DF'

red 220 ◦ green 120 ◦ blue 223

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

Shades of Orchid #DC78DF

Tints of Orchid #DC78DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 39.08%
G = 21.31%
B = 39.61%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC78DF (or 0xDC78DF) is known color: Orchid. HEX triplet: DC, 78 and DF. RGB value is (220,120,223). Sum of RGB (Red+Green+Blue) = 220+120+223=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC78DF is #238720. Grayscale: #A1A1A1. Windows color (decimal): -2328353 or 14645468. OLE color: 14645468.

HSL color Cylindrical-coordinate representation of color #DC78DF: hue angle of 298.25º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC78DF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 120 223 -
CMYK 0.01 0.46 0 0.13
HSL 298.25º 0.62% 0.67% -
HSV(B) 298.25º 0.46% 0.87% -
XYZ 49.55 33.98 73.76 -
YUV 161.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 220 120 223 0.01 0.46 0 0.13 298.25 0.62 0.67
Hex DC 78 DF 1 2E 0 D 12A 3E 43
Octal 334 170 337 1 56 0 15 452 76 103
Binary 11011100 1111000 11011111 1 101110 0 1101 100101010 111110 1000011

Color Harmonies of #DC78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78DF

Black with #DC78DF

Text Example


Text Example

White with #DC78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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