Html Css Color HEX #DD7FC7 Orchid

📋 copy color: '#DD7FC7'

red 221 ◦ green 127 ◦ blue 199

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

Shades of Orchid #DD7FC7

Tints of Orchid #DD7FC7

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

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

R = 40.4%
G = 23.22%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD7FC7 (or 0xDD7FC7) is known color: Orchid. HEX triplet: DD, 7F and C7. RGB value is (221,127,199). Sum of RGB (Red+Green+Blue) = 221+127+199=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FC7 is #228038. Grayscale: #A3A3A3. Windows color (decimal): -2261049 or 13074397. OLE color: 13074397.

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

Color convert

RGB 221 127 199 -
CMYK 0 0.43 0.10 0.13
HSL 314.04º 0.58% 0.68% -
HSV(B) 314.04º 0.43% 0.87% -
XYZ 47.72 34.67 58.21 -
YUV 163.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 221 127 199 0 0.43 0.10 0.13 314.04 0.58 0.68
Hex DD 7F C7 0 2B A D 13A 3A 44
Octal 335 177 307 0 53 12 15 472 72 104
Binary 11011101 1111111 11000111 0 101011 1010 1101 100111010 111010 1000100

Color Harmonies of #DD7FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FC7

Black with #DD7FC7

Text Example


Text Example

White with #DD7FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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