Html Css Color HEX #DD81CC Orchid

📋 copy color: '#DD81CC'

red 221 ◦ green 129 ◦ blue 204

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

Shades of Orchid #DD81CC

Tints of Orchid #DD81CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 39.89%
G = 23.29%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD81CC (or 0xDD81CC) is known color: Orchid. HEX triplet: DD, 81 and CC. RGB value is (221,129,204). Sum of RGB (Red+Green+Blue) = 221+129+204=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81CC is #227E33. Grayscale: #A4A4A4. Windows color (decimal): -2260532 or 13402589. OLE color: 13402589.

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

Color convert

RGB 221 129 204 -
CMYK 0 0.42 0.08 0.13
HSL 311.09º 0.58% 0.69% -
HSV(B) 311.09º 0.42% 0.87% -
XYZ 48.57 35.43 61.41 -
YUV 165.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 221 129 204 0 0.42 0.08 0.13 311.09 0.58 0.69
Hex DD 81 CC 0 2A 8 D 137 3A 45
Octal 335 201 314 0 52 10 15 467 72 105
Binary 11011101 10000001 11001100 0 101010 1000 1101 100110111 111010 1000101

Color Harmonies of #DD81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81CC

Black with #DD81CC

Text Example


Text Example

White with #DD81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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