Html Css Color HEX #DF7CD6 Orchid

📋 copy color: '#DF7CD6'

red 223 ◦ green 124 ◦ blue 214

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

Shades of Orchid #DF7CD6

Tints of Orchid #DF7CD6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.1%

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 39.75%
G = 22.1%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF7CD6 (or 0xDF7CD6) is known color: Orchid. HEX triplet: DF, 7C and D6. RGB value is (223,124,214). Sum of RGB (Red+Green+Blue) = 223+124+214=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CD6 is #208329. Grayscale: #A3A3A3. Windows color (decimal): -2130730 or 14056671. OLE color: 14056671.

HSL color Cylindrical-coordinate representation of color #DF7CD6: hue angle of 305.45º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CD6 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 124 214 -
CMYK 0 0.44 0.04 0.13
HSL 305.45º 0.61% 0.68% -
HSV(B) 305.45º 0.44% 0.87% -
XYZ 49.78 34.96 67.74 -
YUV 163.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 223 124 214 0 0.44 0.04 0.13 305.45 0.61 0.68
Hex DF 7C D6 0 2C 4 D 131 3D 44
Octal 337 174 326 0 54 4 15 461 75 104
Binary 11011111 1111100 11010110 0 101100 100 1101 100110001 111101 1000100

Color Harmonies of #DF7CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CD6

Black with #DF7CD6

Text Example


Text Example

White with #DF7CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CD6; }

 p { color: rgb(223,124,214); }

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

background-color css

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

 a { background-color: rgb(223,124,214); }

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

border-color css

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

 span { border-color: rgb(223,124,214); }

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