Html Css Color HEX #DC81DE Orchid

📋 copy color: '#DC81DE'

red 220 ◦ green 129 ◦ blue 222

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

Shades of Orchid #DC81DE

Tints of Orchid #DC81DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 38.53%
G = 22.59%
B = 38.88%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC81DE (or 0xDC81DE) is known color: Orchid. HEX triplet: DC, 81 and DE. RGB value is (220,129,222). Sum of RGB (Red+Green+Blue) = 220+129+222=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81DE is #237E21. Grayscale: #A6A6A6. Windows color (decimal): -2326050 or 14582236. OLE color: 14582236.

HSL color Cylindrical-coordinate representation of color #DC81DE: hue angle of 298.71º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC81DE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 129 222 -
CMYK 0.01 0.42 0 0.13
HSL 298.71º 0.58% 0.69% -
HSV(B) 298.71º 0.42% 0.87% -
XYZ 50.55 36.19 73.43 -
YUV 166.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 220 129 222 0.01 0.42 0 0.13 298.71 0.58 0.69
Hex DC 81 DE 1 2A 0 D 12B 3A 45
Octal 334 201 336 1 52 0 15 453 72 105
Binary 11011100 10000001 11011110 1 101010 0 1101 100101011 111010 1000101

Color Harmonies of #DC81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81DE

Black with #DC81DE

Text Example


Text Example

White with #DC81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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