Html Css Color HEX #DC81CE Orchid

📋 copy color: '#DC81CE'

red 220 ◦ green 129 ◦ blue 206

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

Shades of Orchid #DC81CE

Tints of Orchid #DC81CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 39.64%
G = 23.24%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC81CE (or 0xDC81CE) is known color: Orchid. HEX triplet: DC, 81 and CE. RGB value is (220,129,206). Sum of RGB (Red+Green+Blue) = 220+129+206=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81CE is #237E31. Grayscale: #A4A4A4. Windows color (decimal): -2326066 or 13533660. OLE color: 13533660.

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

Color convert

RGB 220 129 206 -
CMYK 0 0.41 0.06 0.14
HSL 309.23º 0.57% 0.68% -
HSV(B) 309.23º 0.41% 0.86% -
XYZ 48.51 35.37 62.66 -
YUV 164.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 220 129 206 0 0.41 0.06 0.14 309.23 0.57 0.68
Hex DC 81 CE 0 29 6 E 135 39 44
Octal 334 201 316 0 51 6 16 465 71 104
Binary 11011100 10000001 11001110 0 101001 110 1110 100110101 111001 1000100

Color Harmonies of #DC81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81CE

Black with #DC81CE

Text Example


Text Example

White with #DC81CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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