Html Css Color HEX #DC81DB Orchid

📋 copy color: '#DC81DB'

red 220 ◦ green 129 ◦ blue 219

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

Shades of Orchid #DC81DB

Tints of Orchid #DC81DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 38.73%
G = 22.71%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC81DB (or 0xDC81DB) is known color: Orchid. HEX triplet: DC, 81 and DB. RGB value is (220,129,219). Sum of RGB (Red+Green+Blue) = 220+129+219=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81DB is #237E24. Grayscale: #A6A6A6. Windows color (decimal): -2326053 or 14385628. OLE color: 14385628.

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

Color convert

RGB 220 129 219 -
CMYK 0 0.41 0.00 0.14
HSL 300.66º 0.57% 0.68% -
HSV(B) 300.66º 0.41% 0.86% -
XYZ 50.15 36.03 71.33 -
YUV 166.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 220 129 219 0 0.41 0.00 0.14 300.66 0.57 0.68
Hex DC 81 DB 0 29 0 E 12D 39 44
Octal 334 201 333 0 51 0 16 455 71 104
Binary 11011100 10000001 11011011 0 101001 0 1110 100101101 111001 1000100

Color Harmonies of #DC81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81DB

Black with #DC81DB

Text Example


Text Example

White with #DC81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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