Html Css Color HEX #DF7AC9 Orchid

📋 copy color: '#DF7AC9'

red 223 ◦ green 122 ◦ blue 201

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

Shades of Orchid #DF7AC9

Tints of Orchid #DF7AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 40.84%
G = 22.34%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF7AC9 (or 0xDF7AC9) is known color: Orchid. HEX triplet: DF, 7A and C9. RGB value is (223,122,201). Sum of RGB (Red+Green+Blue) = 223+122+201=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC9 is #208536. Grayscale: #A0A0A0. Windows color (decimal): -2131255 or 13204191. OLE color: 13204191.

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

Color convert

RGB 223 122 201 -
CMYK 0 0.45 0.10 0.13
HSL 313.07º 0.61% 0.68% -
HSV(B) 313.07º 0.45% 0.87% -
XYZ 47.93 33.82 59.26 -
YUV 161.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 223 122 201 0 0.45 0.10 0.13 313.07 0.61 0.68
Hex DF 7A C9 0 2D A D 139 3D 44
Octal 337 172 311 0 55 12 15 471 75 104
Binary 11011111 1111010 11001001 0 101101 1010 1101 100111001 111101 1000100

Color Harmonies of #DF7AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AC9

Black with #DF7AC9

Text Example


Text Example

White with #DF7AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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