Html Css Color HEX #DD7FC9 Orchid

📋 copy color: '#DD7FC9'

red 221 ◦ green 127 ◦ blue 201

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

Shades of Orchid #DD7FC9

Tints of Orchid #DD7FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 40.26%
G = 23.13%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD7FC9 (or 0xDD7FC9) is known color: Orchid. HEX triplet: DD, 7F and C9. RGB value is (221,127,201). Sum of RGB (Red+Green+Blue) = 221+127+201=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FC9 is #228036. Grayscale: #A3A3A3. Windows color (decimal): -2261047 or 13205469. OLE color: 13205469.

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

Color convert

RGB 221 127 201 -
CMYK 0 0.43 0.09 0.13
HSL 312.77º 0.58% 0.68% -
HSV(B) 312.77º 0.43% 0.87% -
XYZ 47.95 34.77 59.44 -
YUV 163.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 221 127 201 0 0.43 0.09 0.13 312.77 0.58 0.68
Hex DD 7F C9 0 2B 9 D 139 3A 44
Octal 335 177 311 0 53 11 15 471 72 104
Binary 11011101 1111111 11001001 0 101011 1001 1101 100111001 111010 1000100

Color Harmonies of #DD7FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FC9

Black with #DD7FC9

Text Example


Text Example

White with #DD7FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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