Html Css Color HEX #DD7CC8 Orchid

📋 copy color: '#DD7CC8'

red 221 ◦ green 124 ◦ blue 200

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

Shades of Orchid #DD7CC8

Tints of Orchid #DD7CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 40.55%
G = 22.75%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD7CC8 (or 0xDD7CC8) is known color: Orchid. HEX triplet: DD, 7C and C8. RGB value is (221,124,200). Sum of RGB (Red+Green+Blue) = 221+124+200=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CC8 is #228337. Grayscale: #A1A1A1. Windows color (decimal): -2261816 or 13139165. OLE color: 13139165.

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

Color convert

RGB 221 124 200 -
CMYK 0 0.44 0.10 0.13
HSL 312.99º 0.59% 0.68% -
HSV(B) 312.99º 0.44% 0.87% -
XYZ 47.45 33.96 58.7 -
YUV 161.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 221 124 200 0 0.44 0.10 0.13 312.99 0.59 0.68
Hex DD 7C C8 0 2C A D 139 3B 44
Octal 335 174 310 0 54 12 15 471 73 104
Binary 11011101 1111100 11001000 0 101100 1010 1101 100111001 111011 1000100

Color Harmonies of #DD7CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CC8

Black with #DD7CC8

Text Example


Text Example

White with #DD7CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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