Html Css Color HEX #DD81DE Orchid

📋 copy color: '#DD81DE'

red 221 ◦ green 129 ◦ blue 222

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

Shades of Orchid #DD81DE

Tints of Orchid #DD81DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 38.64%
G = 22.55%
B = 38.81%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD81DE (or 0xDD81DE) is known color: Orchid. HEX triplet: DD, 81 and DE. RGB value is (221,129,222). Sum of RGB (Red+Green+Blue) = 221+129+222=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81DE is #227E21. Grayscale: #A6A6A6. Windows color (decimal): -2260514 or 14582237. OLE color: 14582237.

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

Color convert

RGB 221 129 222 -
CMYK 0.00 0.42 0 0.13
HSL 299.35º 0.58% 0.69% -
HSV(B) 299.35º 0.42% 0.87% -
XYZ 50.85 36.35 73.44 -
YUV 167.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 221 129 222 0.00 0.42 0 0.13 299.35 0.58 0.69
Hex DD 81 DE 0 2A 0 D 12B 3A 45
Octal 335 201 336 0 52 0 15 453 72 105
Binary 11011101 10000001 11011110 0 101010 0 1101 100101011 111010 1000101

Color Harmonies of #DD81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81DE

Black with #DD81DE

Text Example


Text Example

White with #DD81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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