Html Css Color HEX #DD81C8 Orchid

📋 copy color: '#DD81C8'

red 221 ◦ green 129 ◦ blue 200

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

Shades of Orchid #DD81C8

Tints of Orchid #DD81C8

RGB

 RED value IS 221 (86.72% from 255) = 40.18%

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

 BLUE value IS 200 (78.52% from 255) = 36.36%

R = 40.18%
G = 23.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD81C8 (or 0xDD81C8) is known color: Orchid. HEX triplet: DD, 81 and C8. RGB value is (221,129,200). Sum of RGB (Red+Green+Blue) = 221+129+200=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C8 is #227E37. Grayscale: #A4A4A4. Windows color (decimal): -2260536 or 13140445. OLE color: 13140445.

HSL color Cylindrical-coordinate representation of color #DD81C8: hue angle of 313.7º degrees, saturation: 0.57, 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 #DD81C8 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 200 -
CMYK 0 0.42 0.10 0.13
HSL 313.7º 0.58% 0.69% -
HSV(B) 313.7º 0.42% 0.87% -
XYZ 48.09 35.24 58.91 -
YUV 164.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 221 129 200 0 0.42 0.10 0.13 313.7 0.58 0.69
Hex DD 81 C8 0 2A A D 13A 3A 45
Octal 335 201 310 0 52 12 15 472 72 105
Binary 11011101 10000001 11001000 0 101010 1010 1101 100111010 111010 1000101

Color Harmonies of #DD81C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81C8

Black with #DD81C8

Text Example


Text Example

White with #DD81C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81C8; }

 p { color: rgb(221,129,200); }

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

background-color css

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

 a { background-color: rgb(221,129,200); }

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

border-color css

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

 span { border-color: rgb(221,129,200); }

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