Html Css Color HEX #DF7CD0 Orchid

📋 copy color: '#DF7CD0'

red 223 ◦ green 124 ◦ blue 208

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

Shades of Orchid #DF7CD0

Tints of Orchid #DF7CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.48%

R = 40.18%
G = 22.34%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF7CD0 (or 0xDF7CD0) is known color: Orchid. HEX triplet: DF, 7C and D0. RGB value is (223,124,208). Sum of RGB (Red+Green+Blue) = 223+124+208=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CD0 is #20832F. Grayscale: #A2A2A2. Windows color (decimal): -2130736 or 13663455. OLE color: 13663455.

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

Color convert

RGB 223 124 208 -
CMYK 0 0.44 0.07 0.13
HSL 309.09º 0.61% 0.68% -
HSV(B) 309.09º 0.44% 0.87% -
XYZ 49.02 34.66 63.78 -
YUV 163.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 223 124 208 0 0.44 0.07 0.13 309.09 0.61 0.68
Hex DF 7C D0 0 2C 7 D 135 3D 44
Octal 337 174 320 0 54 7 15 465 75 104
Binary 11011111 1111100 11010000 0 101100 111 1101 100110101 111101 1000100

Color Harmonies of #DF7CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CD0

Black with #DF7CD0

Text Example


Text Example

White with #DF7CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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