Html Css Color HEX #DF7ACF Orchid

📋 copy color: '#DF7ACF'

red 223 ◦ green 122 ◦ blue 207

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

Shades of Orchid #DF7ACF

Tints of Orchid #DF7ACF

RGB

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

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

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

R = 40.4%
G = 22.1%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF7ACF (or 0xDF7ACF) is known color: Orchid. HEX triplet: DF, 7A and CF. RGB value is (223,122,207). Sum of RGB (Red+Green+Blue) = 223+122+207=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ACF is #208530. Grayscale: #A1A1A1. Windows color (decimal): -2131249 or 13597407. OLE color: 13597407.

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

Color convert

RGB 223 122 207 -
CMYK 0 0.45 0.07 0.13
HSL 309.5º 0.61% 0.68% -
HSV(B) 309.5º 0.45% 0.87% -
XYZ 48.65 34.11 63.05 -
YUV 161.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 223 122 207 0 0.45 0.07 0.13 309.5 0.61 0.68
Hex DF 7A CF 0 2D 7 D 136 3D 44
Octal 337 172 317 0 55 7 15 466 75 104
Binary 11011111 1111010 11001111 0 101101 111 1101 100110110 111101 1000100

Color Harmonies of #DF7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ACF

Black with #DF7ACF

Text Example


Text Example

White with #DF7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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