Html Css Color HEX #DD7FD6 Orchid

📋 copy color: '#DD7FD6'

red 221 ◦ green 127 ◦ blue 214

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

Shades of Orchid #DD7FD6

Tints of Orchid #DD7FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 39.32%
G = 22.6%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD7FD6 (or 0xDD7FD6) is known color: Orchid. HEX triplet: DD, 7F and D6. RGB value is (221,127,214). Sum of RGB (Red+Green+Blue) = 221+127+214=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FD6 is #228029. Grayscale: #A4A4A4. Windows color (decimal): -2261034 or 14057437. OLE color: 14057437.

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

Color convert

RGB 221 127 214 -
CMYK 0 0.43 0.03 0.13
HSL 304.47º 0.58% 0.68% -
HSV(B) 304.47º 0.43% 0.87% -
XYZ 49.55 35.41 67.84 -
YUV 165.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 221 127 214 0 0.43 0.03 0.13 304.47 0.58 0.68
Hex DD 7F D6 0 2B 3 D 130 3A 44
Octal 335 177 326 0 53 3 15 460 72 104
Binary 11011101 1111111 11010110 0 101011 11 1101 100110000 111010 1000100

Color Harmonies of #DD7FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7FD6

Black with #DD7FD6

Text Example


Text Example

White with #DD7FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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