Html Css Color HEX #DC81D4 Orchid

📋 copy color: '#DC81D4'

red 220 ◦ green 129 ◦ blue 212

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

Shades of Orchid #DC81D4

Tints of Orchid #DC81D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.79%

R = 39.22%
G = 22.99%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC81D4 (or 0xDC81D4) is known color: Orchid. HEX triplet: DC, 81 and D4. RGB value is (220,129,212). Sum of RGB (Red+Green+Blue) = 220+129+212=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81D4 is #237E2B. Grayscale: #A5A5A5. Windows color (decimal): -2326060 or 13926876. OLE color: 13926876.

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

Color convert

RGB 220 129 212 -
CMYK 0 0.41 0.04 0.14
HSL 305.27º 0.57% 0.68% -
HSV(B) 305.27º 0.41% 0.86% -
XYZ 49.25 35.67 66.58 -
YUV 165.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 220 129 212 0 0.41 0.04 0.14 305.27 0.57 0.68
Hex DC 81 D4 0 29 4 E 131 39 44
Octal 334 201 324 0 51 4 16 461 71 104
Binary 11011100 10000001 11010100 0 101001 100 1110 100110001 111001 1000100

Color Harmonies of #DC81D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81D4

Black with #DC81D4

Text Example


Text Example

White with #DC81D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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