Html Css Color HEX #DC81D0 Orchid

📋 copy color: '#DC81D0'

red 220 ◦ green 129 ◦ blue 208

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

Shades of Orchid #DC81D0

Tints of Orchid #DC81D0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.16%

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 39.5%
G = 23.16%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC81D0 (or 0xDC81D0) is known color: Orchid. HEX triplet: DC, 81 and D0. RGB value is (220,129,208). Sum of RGB (Red+Green+Blue) = 220+129+208=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81D0 is #237E2F. Grayscale: #A4A4A4. Windows color (decimal): -2326064 or 13664732. OLE color: 13664732.

HSL color Cylindrical-coordinate representation of color #DC81D0: hue angle of 307.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC81D0 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 208 -
CMYK 0 0.41 0.05 0.14
HSL 307.91º 0.57% 0.68% -
HSV(B) 307.91º 0.41% 0.86% -
XYZ 48.75 35.47 63.95 -
YUV 165.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 220 129 208 0 0.41 0.05 0.14 307.91 0.57 0.68
Hex DC 81 D0 0 29 5 E 134 39 44
Octal 334 201 320 0 51 5 16 464 71 104
Binary 11011100 10000001 11010000 0 101001 101 1110 100110100 111001 1000100

Color Harmonies of #DC81D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81D0

Black with #DC81D0

Text Example


Text Example

White with #DC81D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81D0; }

 p { color: rgb(220,129,208); }

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

background-color css

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

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

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

border-color css

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

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

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