Html Css Color HEX #DF7ACD Orchid

📋 copy color: '#DF7ACD'

red 223 ◦ green 122 ◦ blue 205

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

Shades of Orchid #DF7ACD

Tints of Orchid #DF7ACD

RGB

 RED value IS 223 (87.5% from 255) = 40.55%

 GREEN value IS 122 (48.05% from 255) = 22.18%

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

R = 40.55%
G = 22.18%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF7ACD (or 0xDF7ACD) is known color: Orchid. HEX triplet: DF, 7A and CD. RGB value is (223,122,205). Sum of RGB (Red+Green+Blue) = 223+122+205=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ACD is #208532. Grayscale: #A1A1A1. Windows color (decimal): -2131251 or 13466335. OLE color: 13466335.

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

Color convert

RGB 223 122 205 -
CMYK 0 0.45 0.08 0.13
HSL 310.69º 0.61% 0.68% -
HSV(B) 310.69º 0.45% 0.87% -
XYZ 48.41 34.01 61.77 -
YUV 161.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 223 122 205 0 0.45 0.08 0.13 310.69 0.61 0.68
Hex DF 7A CD 0 2D 8 D 137 3D 44
Octal 337 172 315 0 55 10 15 467 75 104
Binary 11011111 1111010 11001101 0 101101 1000 1101 100110111 111101 1000100

Color Harmonies of #DF7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ACD

Black with #DF7ACD

Text Example


Text Example

White with #DF7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ACD; }

 p { color: rgb(223,122,205); }

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

background-color css

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

 a { background-color: rgb(223,122,205); }

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

border-color css

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

 span { border-color: rgb(223,122,205); }

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