Html Css Color HEX #DF6BBE Orchid

📋 copy color: '#DF6BBE'

red 223 ◦ green 107 ◦ blue 190

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

Shades of Orchid #DF6BBE

Tints of Orchid #DF6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.58%

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

R = 42.88%
G = 20.58%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF6BBE (or 0xDF6BBE) is known color: Orchid. HEX triplet: DF, 6B and BE. RGB value is (223,107,190). Sum of RGB (Red+Green+Blue) = 223+107+190=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BBE is #209441. Grayscale: #969696. Windows color (decimal): -2135106 or 12479455. OLE color: 12479455.

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

Color convert

RGB 223 107 190 -
CMYK 0 0.52 0.15 0.13
HSL 317.07º 0.64% 0.65% -
HSV(B) 317.07º 0.52% 0.87% -
XYZ 44.98 29.92 52.12 -
YUV 151.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 223 107 190 0 0.52 0.15 0.13 317.07 0.64 0.65
Hex DF 6B BE 0 34 F D 13D 40 41
Octal 337 153 276 0 64 17 15 475 100 101
Binary 11011111 1101011 10111110 0 110100 1111 1101 100111101 1000000 1000001

Color Harmonies of #DF6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BBE

Black with #DF6BBE

Text Example


Text Example

White with #DF6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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