Html Css Color HEX #DC81D7 Orchid

📋 copy color: '#DC81D7'

red 220 ◦ green 129 ◦ blue 215

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

Shades of Orchid #DC81D7

Tints of Orchid #DC81D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 39.01%
G = 22.87%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC81D7 (or 0xDC81D7) is known color: Orchid. HEX triplet: DC, 81 and D7. RGB value is (220,129,215). Sum of RGB (Red+Green+Blue) = 220+129+215=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81D7 is #237E28. Grayscale: #A5A5A5. Windows color (decimal): -2326057 or 14123484. OLE color: 14123484.

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

Color convert

RGB 220 129 215 -
CMYK 0 0.41 0.02 0.14
HSL 303.3º 0.57% 0.68% -
HSV(B) 303.3º 0.41% 0.86% -
XYZ 49.63 35.82 68.59 -
YUV 166.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 220 129 215 0 0.41 0.02 0.14 303.3 0.57 0.68
Hex DC 81 D7 0 29 2 E 12F 39 44
Octal 334 201 327 0 51 2 16 457 71 104
Binary 11011100 10000001 11010111 0 101001 10 1110 100101111 111001 1000100

Color Harmonies of #DC81D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81D7

Black with #DC81D7

Text Example


Text Example

White with #DC81D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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