Html Css Color HEX #DD88CD Orchid

📋 copy color: '#DD88CD'

red 221 ◦ green 136 ◦ blue 205

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

Shades of Orchid #DD88CD

Tints of Orchid #DD88CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.2%

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 39.32%
G = 24.2%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD88CD (or 0xDD88CD) is known color: Orchid. HEX triplet: DD, 88 and CD. RGB value is (221,136,205). Sum of RGB (Red+Green+Blue) = 221+136+205=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88CD is #227732. Grayscale: #A9A9A9. Windows color (decimal): -2258739 or 13469917. OLE color: 13469917.

HSL color Cylindrical-coordinate representation of color #DD88CD: hue angle of 311.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88CD is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 205 -
CMYK 0 0.38 0.07 0.13
HSL 311.29º 0.56% 0.7% -
HSV(B) 311.29º 0.38% 0.87% -
XYZ 49.64 37.39 62.36 -
YUV 169.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 221 136 205 0 0.38 0.07 0.13 311.29 0.56 0.7
Hex DD 88 CD 0 26 7 D 137 38 46
Octal 335 210 315 0 46 7 15 467 70 106
Binary 11011101 10001000 11001101 0 100110 111 1101 100110111 111000 1000110

Color Harmonies of #DD88CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88CD

Black with #DD88CD

Text Example


Text Example

White with #DD88CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88CD; }

 p { color: rgb(221,136,205); }

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

background-color css

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

 a { background-color: rgb(221,136,205); }

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

border-color css

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

 span { border-color: rgb(221,136,205); }

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