Html Css Color HEX #DD80CA Orchid

📋 copy color: '#DD80CA'

red 221 ◦ green 128 ◦ blue 202

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

Shades of Orchid #DD80CA

Tints of Orchid #DD80CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.23%

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

R = 40.11%
G = 23.23%
B = 36.66%

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

#DD80CA (or 0xDD80CA) is known color: Orchid. HEX triplet: DD, 80 and CA. RGB value is (221,128,202). Sum of RGB (Red+Green+Blue) = 221+128+202=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80CA is #227F35. Grayscale: #A4A4A4. Windows color (decimal): -2260790 or 13271261. OLE color: 13271261.

HSL color Cylindrical-coordinate representation of color #DD80CA: hue angle of 312.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80CA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 202 -
CMYK 0 0.42 0.09 0.13
HSL 312.26º 0.58% 0.68% -
HSV(B) 312.26º 0.42% 0.87% -
XYZ 48.2 35.07 60.11 -
YUV 164.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 221 128 202 0 0.42 0.09 0.13 312.26 0.58 0.68
Hex DD 80 CA 0 2A 9 D 138 3A 44
Octal 335 200 312 0 52 11 15 470 72 104
Binary 11011101 10000000 11001010 0 101010 1001 1101 100111000 111010 1000100

Color Harmonies of #DD80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80CA

Black with #DD80CA

Text Example


Text Example

White with #DD80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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