Html Css Color HEX #DD7FCD Orchid

📋 copy color: '#DD7FCD'

red 221 ◦ green 127 ◦ blue 205

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

Shades of Orchid #DD7FCD

Tints of Orchid #DD7FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 39.96%
G = 22.97%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD7FCD (or 0xDD7FCD) is known color: Orchid. HEX triplet: DD, 7F and CD. RGB value is (221,127,205). Sum of RGB (Red+Green+Blue) = 221+127+205=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FCD is #228032. Grayscale: #A3A3A3. Windows color (decimal): -2261043 or 13467613. OLE color: 13467613.

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

Color convert

RGB 221 127 205 -
CMYK 0 0.43 0.07 0.13
HSL 310.21º 0.58% 0.68% -
HSV(B) 310.21º 0.43% 0.87% -
XYZ 48.43 34.96 61.95 -
YUV 164 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 221 127 205 0 0.43 0.07 0.13 310.21 0.58 0.68
Hex DD 7F CD 0 2B 7 D 136 3A 44
Octal 335 177 315 0 53 7 15 466 72 104
Binary 11011101 1111111 11001101 0 101011 111 1101 100110110 111010 1000100

Color Harmonies of #DD7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FCD

Black with #DD7FCD

Text Example


Text Example

White with #DD7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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