Html Css Color HEX #DC81D2 Orchid

📋 copy color: '#DC81D2'

red 220 ◦ green 129 ◦ blue 210

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

Shades of Orchid #DC81D2

Tints of Orchid #DC81D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 39.36%
G = 23.08%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC81D2 (or 0xDC81D2) is known color: Orchid. HEX triplet: DC, 81 and D2. RGB value is (220,129,210). Sum of RGB (Red+Green+Blue) = 220+129+210=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81D2 is #237E2D. Grayscale: #A5A5A5. Windows color (decimal): -2326062 or 13795804. OLE color: 13795804.

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

Color convert

RGB 220 129 210 -
CMYK 0 0.41 0.05 0.14
HSL 306.59º 0.57% 0.68% -
HSV(B) 306.59º 0.41% 0.86% -
XYZ 49 35.57 65.26 -
YUV 165.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 220 129 210 0 0.41 0.05 0.14 306.59 0.57 0.68
Hex DC 81 D2 0 29 5 E 133 39 44
Octal 334 201 322 0 51 5 16 463 71 104
Binary 11011100 10000001 11010010 0 101001 101 1110 100110011 111001 1000100

Color Harmonies of #DC81D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81D2

Black with #DC81D2

Text Example


Text Example

White with #DC81D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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