Html Css Color HEX #DD7CCE Orchid

📋 copy color: '#DD7CCE'

red 221 ◦ green 124 ◦ blue 206

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

Shades of Orchid #DD7CCE

Tints of Orchid #DD7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.5%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 40.11%
G = 22.5%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD7CCE (or 0xDD7CCE) is known color: Orchid. HEX triplet: DD, 7C and CE. RGB value is (221,124,206). Sum of RGB (Red+Green+Blue) = 221+124+206=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CCE is #228331. Grayscale: #A2A2A2. Windows color (decimal): -2261810 or 13532381. OLE color: 13532381.

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

Color convert

RGB 221 124 206 -
CMYK 0 0.44 0.07 0.13
HSL 309.28º 0.59% 0.68% -
HSV(B) 309.28º 0.44% 0.87% -
XYZ 48.17 34.24 62.46 -
YUV 162.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 221 124 206 0 0.44 0.07 0.13 309.28 0.59 0.68
Hex DD 7C CE 0 2C 7 D 135 3B 44
Octal 335 174 316 0 54 7 15 465 73 104
Binary 11011101 1111100 11001110 0 101100 111 1101 100110101 111011 1000100

Color Harmonies of #DD7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CCE

Black with #DD7CCE

Text Example


Text Example

White with #DD7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CCE; }

 p { color: rgb(221,124,206); }

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

background-color css

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

 a { background-color: rgb(221,124,206); }

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

border-color css

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

 span { border-color: rgb(221,124,206); }

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