Html Css Color HEX #DF6BDB Orchid

📋 copy color: '#DF6BDB'

red 223 ◦ green 107 ◦ blue 219

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

Shades of Orchid #DF6BDB

Tints of Orchid #DF6BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 40.62%
G = 19.49%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF6BDB (or 0xDF6BDB) is known color: Orchid. HEX triplet: DF, 6B and DB. RGB value is (223,107,219). Sum of RGB (Red+Green+Blue) = 223+107+219=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BDB is #209424. Grayscale: #9A9A9A. Windows color (decimal): -2135077 or 14379999. OLE color: 14379999.

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

Color convert

RGB 223 107 219 -
CMYK 0 0.52 0.02 0.13
HSL 302.07º 0.64% 0.65% -
HSV(B) 302.07º 0.52% 0.87% -
XYZ 48.48 31.32 70.51 -
YUV 154.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 223 107 219 0 0.52 0.02 0.13 302.07 0.64 0.65
Hex DF 6B DB 0 34 2 D 12E 40 41
Octal 337 153 333 0 64 2 15 456 100 101
Binary 11011111 1101011 11011011 0 110100 10 1101 100101110 1000000 1000001

Color Harmonies of #DF6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BDB

Black with #DF6BDB

Text Example


Text Example

White with #DF6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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