Html Css Color HEX #DC81CB Orchid

📋 copy color: '#DC81CB'

red 220 ◦ green 129 ◦ blue 203

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

Shades of Orchid #DC81CB

Tints of Orchid #DC81CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 39.86%
G = 23.37%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC81CB (or 0xDC81CB) is known color: Orchid. HEX triplet: DC, 81 and CB. RGB value is (220,129,203). Sum of RGB (Red+Green+Blue) = 220+129+203=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81CB is #237E34. Grayscale: #A4A4A4. Windows color (decimal): -2326069 or 13337052. OLE color: 13337052.

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

Color convert

RGB 220 129 203 -
CMYK 0 0.41 0.08 0.14
HSL 311.21º 0.57% 0.68% -
HSV(B) 311.21º 0.41% 0.86% -
XYZ 48.14 35.23 60.76 -
YUV 164.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 220 129 203 0 0.41 0.08 0.14 311.21 0.57 0.68
Hex DC 81 CB 0 29 8 E 137 39 44
Octal 334 201 313 0 51 10 16 467 71 104
Binary 11011100 10000001 11001011 0 101001 1000 1110 100110111 111001 1000100

Color Harmonies of #DC81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81CB

Black with #DC81CB

Text Example


Text Example

White with #DC81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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