Html Css Color HEX #DF7BDF Orchid

📋 copy color: '#DF7BDF'

red 223 ◦ green 123 ◦ blue 223

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

Shades of Orchid #DF7BDF

Tints of Orchid #DF7BDF

RGB

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

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

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

R = 39.19%
G = 21.62%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF7BDF (or 0xDF7BDF) is known color: Orchid. HEX triplet: DF, 7B and DF. RGB value is (223,123,223). Sum of RGB (Red+Green+Blue) = 223+123+223=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BDF is #208420. Grayscale: #A3A3A3. Windows color (decimal): -2130977 or 14646239. OLE color: 14646239.

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

Color convert

RGB 223 123 223 -
CMYK 0 0.45 0 0.13
HSL 300º 0.61% 0.68% -
HSV(B) 300º 0.45% 0.87% -
XYZ 50.83 35.18 73.92 -
YUV 164.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 223 123 223 0 0.45 0 0.13 300 0.61 0.68
Hex DF 7B DF 0 2D 0 D 12C 3D 44
Octal 337 173 337 0 55 0 15 454 75 104
Binary 11011111 1111011 11011111 0 101101 0 1101 100101100 111101 1000100

Color Harmonies of #DF7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7BDF

Black with #DF7BDF

Text Example


Text Example

White with #DF7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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