Html Css Color HEX #DD7FCF Orchid

📋 copy color: '#DD7FCF'

red 221 ◦ green 127 ◦ blue 207

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

Shades of Orchid #DD7FCF

Tints of Orchid #DD7FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 39.82%
G = 22.88%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD7FCF (or 0xDD7FCF) is known color: Orchid. HEX triplet: DD, 7F and CF. RGB value is (221,127,207). Sum of RGB (Red+Green+Blue) = 221+127+207=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FCF is #228030. Grayscale: #A4A4A4. Windows color (decimal): -2261041 or 13598685. OLE color: 13598685.

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

Color convert

RGB 221 127 207 -
CMYK 0 0.43 0.06 0.13
HSL 308.94º 0.58% 0.68% -
HSV(B) 308.94º 0.43% 0.87% -
XYZ 48.67 35.06 63.23 -
YUV 164.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 221 127 207 0 0.43 0.06 0.13 308.94 0.58 0.68
Hex DD 7F CF 0 2B 6 D 135 3A 44
Octal 335 177 317 0 53 6 15 465 72 104
Binary 11011101 1111111 11001111 0 101011 110 1101 100110101 111010 1000100

Color Harmonies of #DD7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FCF

Black with #DD7FCF

Text Example


Text Example

White with #DD7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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