Html Css Color HEX #DD7CC7 Orchid

📋 copy color: '#DD7CC7'

red 221 ◦ green 124 ◦ blue 199

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

Shades of Orchid #DD7CC7

Tints of Orchid #DD7CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 40.63%
G = 22.79%
B = 36.58%

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

#DD7CC7 (or 0xDD7CC7) is known color: Orchid. HEX triplet: DD, 7C and C7. RGB value is (221,124,199). Sum of RGB (Red+Green+Blue) = 221+124+199=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CC7 is #228338. Grayscale: #A1A1A1. Windows color (decimal): -2261817 or 13073629. OLE color: 13073629.

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

Color convert

RGB 221 124 199 -
CMYK 0 0.44 0.10 0.13
HSL 313.61º 0.59% 0.68% -
HSV(B) 313.61º 0.44% 0.87% -
XYZ 47.34 33.91 58.08 -
YUV 161.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 221 124 199 0 0.44 0.10 0.13 313.61 0.59 0.68
Hex DD 7C C7 0 2C A D 13A 3B 44
Octal 335 174 307 0 54 12 15 472 73 104
Binary 11011101 1111100 11000111 0 101100 1010 1101 100111010 111011 1000100

Color Harmonies of #DD7CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CC7

Black with #DD7CC7

Text Example


Text Example

White with #DD7CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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