Html Css Color HEX #DF6EBE Orchid

📋 copy color: '#DF6EBE'

red 223 ◦ green 110 ◦ blue 190

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

Shades of Orchid #DF6EBE

Tints of Orchid #DF6EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.03%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 42.64%
G = 21.03%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF6EBE (or 0xDF6EBE) is known color: Orchid. HEX triplet: DF, 6E and BE. RGB value is (223,110,190). Sum of RGB (Red+Green+Blue) = 223+110+190=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EBE is #209141. Grayscale: #989898. Windows color (decimal): -2134338 or 12480223. OLE color: 12480223.

HSL color Cylindrical-coordinate representation of color #DF6EBE: hue angle of 317.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EBE is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 110 190 -
CMYK 0 0.51 0.15 0.13
HSL 317.52º 0.64% 0.65% -
HSV(B) 317.52º 0.51% 0.87% -
XYZ 45.3 30.56 52.23 -
YUV 152.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 223 110 190 0 0.51 0.15 0.13 317.52 0.64 0.65
Hex DF 6E BE 0 33 F D 13E 40 41
Octal 337 156 276 0 63 17 15 476 100 101
Binary 11011111 1101110 10111110 0 110011 1111 1101 100111110 1000000 1000001

Color Harmonies of #DF6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EBE

Black with #DF6EBE

Text Example


Text Example

White with #DF6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EBE; }

 p { color: rgb(223,110,190); }

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

background-color css

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

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

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

border-color css

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

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

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