Html Css Color HEX #DF7ACC Orchid

📋 copy color: '#DF7ACC'

red 223 ◦ green 122 ◦ blue 204

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

Shades of Orchid #DF7ACC

Tints of Orchid #DF7ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 40.62%
G = 22.22%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF7ACC (or 0xDF7ACC) is known color: Orchid. HEX triplet: DF, 7A and CC. RGB value is (223,122,204). Sum of RGB (Red+Green+Blue) = 223+122+204=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ACC is #208533. Grayscale: #A1A1A1. Windows color (decimal): -2131252 or 13400799. OLE color: 13400799.

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

Color convert

RGB 223 122 204 -
CMYK 0 0.45 0.09 0.13
HSL 311.29º 0.61% 0.68% -
HSV(B) 311.29º 0.45% 0.87% -
XYZ 48.29 33.97 61.14 -
YUV 161.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 223 122 204 0 0.45 0.09 0.13 311.29 0.61 0.68
Hex DF 7A CC 0 2D 9 D 137 3D 44
Octal 337 172 314 0 55 11 15 467 75 104
Binary 11011111 1111010 11001100 0 101101 1001 1101 100110111 111101 1000100

Color Harmonies of #DF7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ACC

Black with #DF7ACC

Text Example


Text Example

White with #DF7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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