Html Css Color HEX #DF7DDF Orchid

📋 copy color: '#DF7DDF'

red 223 ◦ green 125 ◦ blue 223

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

Shades of Orchid #DF7DDF

Tints of Orchid #DF7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.89%

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 39.05%
G = 21.89%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF7DDF (or 0xDF7DDF) is known color: Orchid. HEX triplet: DF, 7D and DF. RGB value is (223,125,223). Sum of RGB (Red+Green+Blue) = 223+125+223=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DDF is #208220. Grayscale: #A5A5A5. Windows color (decimal): -2130465 or 14646751. OLE color: 14646751.

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

Color convert

RGB 223 125 223 -
CMYK 0 0.44 0 0.13
HSL 300º 0.6% 0.68% -
HSV(B) 300º 0.44% 0.87% -
XYZ 51.08 35.68 74.01 -
YUV 165.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 223 125 223 0 0.44 0 0.13 300 0.6 0.68
Hex DF 7D DF 0 2C 0 D 12C 3C 44
Octal 337 175 337 0 54 0 15 454 74 104
Binary 11011111 1111101 11011111 0 101100 0 1101 100101100 111100 1000100

Color Harmonies of #DF7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7DDF

Black with #DF7DDF

Text Example


Text Example

White with #DF7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7DDF; }

 p { color: rgb(223,125,223); }

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

background-color css

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

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

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

border-color css

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

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

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