Html Css Color HEX #DD82CA Orchid

📋 copy color: '#DD82CA'

red 221 ◦ green 130 ◦ blue 202

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

Shades of Orchid #DD82CA

Tints of Orchid #DD82CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.51%

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

R = 39.96%
G = 23.51%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD82CA (or 0xDD82CA) is known color: Orchid. HEX triplet: DD, 82 and CA. RGB value is (221,130,202). Sum of RGB (Red+Green+Blue) = 221+130+202=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82CA is #227D35. Grayscale: #A5A5A5. Windows color (decimal): -2260278 or 13271773. OLE color: 13271773.

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

Color convert

RGB 221 130 202 -
CMYK 0 0.41 0.09 0.13
HSL 312.53º 0.57% 0.69% -
HSV(B) 312.53º 0.41% 0.87% -
XYZ 48.46 35.6 60.19 -
YUV 165.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 221 130 202 0 0.41 0.09 0.13 312.53 0.57 0.69
Hex DD 82 CA 0 29 9 D 139 39 45
Octal 335 202 312 0 51 11 15 471 71 105
Binary 11011101 10000010 11001010 0 101001 1001 1101 100111001 111001 1000101

Color Harmonies of #DD82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82CA

Black with #DD82CA

Text Example


Text Example

White with #DD82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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