Html Css Color HEX #DF7ACA Orchid

📋 copy color: '#DF7ACA'

red 223 ◦ green 122 ◦ blue 202

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

Shades of Orchid #DF7ACA

Tints of Orchid #DF7ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.93%

R = 40.77%
G = 22.3%
B = 36.93%

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

#DF7ACA (or 0xDF7ACA) is known color: Orchid. HEX triplet: DF, 7A and CA. RGB value is (223,122,202). Sum of RGB (Red+Green+Blue) = 223+122+202=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ACA is #208535. Grayscale: #A1A1A1. Windows color (decimal): -2131254 or 13269727. OLE color: 13269727.

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

Color convert

RGB 223 122 202 -
CMYK 0 0.45 0.09 0.13
HSL 312.48º 0.61% 0.68% -
HSV(B) 312.48º 0.45% 0.87% -
XYZ 48.05 33.87 59.88 -
YUV 161.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 223 122 202 0 0.45 0.09 0.13 312.48 0.61 0.68
Hex DF 7A CA 0 2D 9 D 138 3D 44
Octal 337 172 312 0 55 11 15 470 75 104
Binary 11011111 1111010 11001010 0 101101 1001 1101 100111000 111101 1000100

Color Harmonies of #DF7ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ACA

Black with #DF7ACA

Text Example


Text Example

White with #DF7ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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