Html Css Color HEX #DD81CA Orchid

📋 copy color: '#DD81CA'

red 221 ◦ green 129 ◦ blue 202

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

Shades of Orchid #DD81CA

Tints of Orchid #DD81CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 40.04%
G = 23.37%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD81CA (or 0xDD81CA) is known color: Orchid. HEX triplet: DD, 81 and CA. RGB value is (221,129,202). Sum of RGB (Red+Green+Blue) = 221+129+202=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81CA is #227E35. Grayscale: #A4A4A4. Windows color (decimal): -2260534 or 13271517. OLE color: 13271517.

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

Color convert

RGB 221 129 202 -
CMYK 0 0.42 0.09 0.13
HSL 312.39º 0.58% 0.69% -
HSV(B) 312.39º 0.42% 0.87% -
XYZ 48.33 35.34 60.15 -
YUV 164.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 221 129 202 0 0.42 0.09 0.13 312.39 0.58 0.69
Hex DD 81 CA 0 2A 9 D 138 3A 45
Octal 335 201 312 0 52 11 15 470 72 105
Binary 11011101 10000001 11001010 0 101010 1001 1101 100111000 111010 1000101

Color Harmonies of #DD81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81CA

Black with #DD81CA

Text Example


Text Example

White with #DD81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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