Html Css Color HEX #DF7AC6 Orchid

📋 copy color: '#DF7AC6'

red 223 ◦ green 122 ◦ blue 198

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

Shades of Orchid #DF7AC6

Tints of Orchid #DF7AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 41.07%
G = 22.47%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF7AC6 (or 0xDF7AC6) is known color: Orchid. HEX triplet: DF, 7A and C6. RGB value is (223,122,198). Sum of RGB (Red+Green+Blue) = 223+122+198=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AC6 is #208539. Grayscale: #A0A0A0. Windows color (decimal): -2131258 or 13007583. OLE color: 13007583.

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

Color convert

RGB 223 122 198 -
CMYK 0 0.45 0.11 0.13
HSL 314.85º 0.61% 0.68% -
HSV(B) 314.85º 0.45% 0.87% -
XYZ 47.58 33.68 57.42 -
YUV 160.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 223 122 198 0 0.45 0.11 0.13 314.85 0.61 0.68
Hex DF 7A C6 0 2D B D 13B 3D 44
Octal 337 172 306 0 55 13 15 473 75 104
Binary 11011111 1111010 11000110 0 101101 1011 1101 100111011 111101 1000100

Color Harmonies of #DF7AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AC6

Black with #DF7AC6

Text Example


Text Example

White with #DF7AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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