Html Css Color HEX #DC81C7 Orchid

📋 copy color: '#DC81C7'

red 220 ◦ green 129 ◦ blue 199

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

Shades of Orchid #DC81C7

Tints of Orchid #DC81C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.31%

R = 40.15%
G = 23.54%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC81C7 (or 0xDC81C7) is known color: Orchid. HEX triplet: DC, 81 and C7. RGB value is (220,129,199). Sum of RGB (Red+Green+Blue) = 220+129+199=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C7 is #237E38. Grayscale: #A4A4A4. Windows color (decimal): -2326073 or 13074908. OLE color: 13074908.

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

Color convert

RGB 220 129 199 -
CMYK 0 0.41 0.10 0.14
HSL 313.85º 0.57% 0.68% -
HSV(B) 313.85º 0.41% 0.86% -
XYZ 47.67 35.04 58.28 -
YUV 164.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 220 129 199 0 0.41 0.10 0.14 313.85 0.57 0.68
Hex DC 81 C7 0 29 A E 13A 39 44
Octal 334 201 307 0 51 12 16 472 71 104
Binary 11011100 10000001 11000111 0 101001 1010 1110 100111010 111001 1000100

Color Harmonies of #DC81C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81C7

Black with #DC81C7

Text Example


Text Example

White with #DC81C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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