Html Css Color HEX #DD78DC Orchid

📋 copy color: '#DD78DC'

red 221 ◦ green 120 ◦ blue 220

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

Shades of Orchid #DD78DC

Tints of Orchid #DD78DC

RGB

 RED value IS 221 (86.72% from 255) = 39.39%

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

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

R = 39.39%
G = 21.39%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD78DC (or 0xDD78DC) is known color: Orchid. HEX triplet: DD, 78 and DC. RGB value is (221,120,220). Sum of RGB (Red+Green+Blue) = 221+120+220=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78DC is #228723. Grayscale: #A1A1A1. Windows color (decimal): -2262820 or 14448861. OLE color: 14448861.

HSL color Cylindrical-coordinate representation of color #DD78DC: hue angle of 300.59º degrees, saturation: 0.6, 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 #DD78DC is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 220 -
CMYK 0 0.46 0.00 0.13
HSL 300.59º 0.6% 0.67% -
HSV(B) 300.59º 0.46% 0.87% -
XYZ 49.45 33.97 71.66 -
YUV 161.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 221 120 220 0 0.46 0.00 0.13 300.59 0.6 0.67
Hex DD 78 DC 0 2E 0 D 12D 3C 43
Octal 335 170 334 0 56 0 15 455 74 103
Binary 11011101 1111000 11011100 0 101110 0 1101 100101101 111100 1000011

Color Harmonies of #DD78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78DC

Black with #DD78DC

Text Example


Text Example

White with #DD78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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