Html Css Color HEX #DF7BDC Orchid

📋 copy color: '#DF7BDC'

red 223 ◦ green 123 ◦ blue 220

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

Shades of Orchid #DF7BDC

Tints of Orchid #DF7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.73%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 39.4%
G = 21.73%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF7BDC (or 0xDF7BDC) is known color: Orchid. HEX triplet: DF, 7B and DC. RGB value is (223,123,220). Sum of RGB (Red+Green+Blue) = 223+123+220=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BDC is #208423. Grayscale: #A3A3A3. Windows color (decimal): -2130980 or 14449631. OLE color: 14449631.

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

Color convert

RGB 223 123 220 -
CMYK 0 0.45 0.01 0.13
HSL 301.8º 0.61% 0.68% -
HSV(B) 301.8º 0.45% 0.87% -
XYZ 50.43 35.02 71.81 -
YUV 163.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 223 123 220 0 0.45 0.01 0.13 301.8 0.61 0.68
Hex DF 7B DC 0 2D 1 D 12E 3D 44
Octal 337 173 334 0 55 1 15 456 75 104
Binary 11011111 1111011 11011100 0 101101 1 1101 100101110 111101 1000100

Color Harmonies of #DF7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7BDC

Black with #DF7BDC

Text Example


Text Example

White with #DF7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7BDC; }

 p { color: rgb(223,123,220); }

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

background-color css

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

 a { background-color: rgb(223,123,220); }

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

border-color css

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

 span { border-color: rgb(223,123,220); }

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