Html Css Color HEX #DF6CDB Orchid

📋 copy color: '#DF6CDB'

red 223 ◦ green 108 ◦ blue 219

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

Shades of Orchid #DF6CDB

Tints of Orchid #DF6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.64%

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

R = 40.55%
G = 19.64%
B = 39.82%

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

#DF6CDB (or 0xDF6CDB) is known color: Orchid. HEX triplet: DF, 6C and DB. RGB value is (223,108,219). Sum of RGB (Red+Green+Blue) = 223+108+219=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CDB is #209324. Grayscale: #9A9A9A. Windows color (decimal): -2134821 or 14380255. OLE color: 14380255.

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

Color convert

RGB 223 108 219 -
CMYK 0 0.52 0.02 0.13
HSL 302.09º 0.64% 0.65% -
HSV(B) 302.09º 0.52% 0.87% -
XYZ 48.58 31.53 70.54 -
YUV 155.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 223 108 219 0 0.52 0.02 0.13 302.09 0.64 0.65
Hex DF 6C DB 0 34 2 D 12E 40 41
Octal 337 154 333 0 64 2 15 456 100 101
Binary 11011111 1101100 11011011 0 110100 10 1101 100101110 1000000 1000001

Color Harmonies of #DF6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CDB

Black with #DF6CDB

Text Example


Text Example

White with #DF6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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