Html Css Color HEX #DF6AD8 Orchid

📋 copy color: '#DF6AD8'

red 223 ◦ green 106 ◦ blue 216

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

Shades of Orchid #DF6AD8

Tints of Orchid #DF6AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.45%

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 40.92%
G = 19.45%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF6AD8 (or 0xDF6AD8) is known color: Orchid. HEX triplet: DF, 6A and D8. RGB value is (223,106,216). Sum of RGB (Red+Green+Blue) = 223+106+216=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD8 is #209527. Grayscale: #999999. Windows color (decimal): -2135336 or 14183135. OLE color: 14183135.

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

Color convert

RGB 223 106 216 -
CMYK 0 0.52 0.03 0.13
HSL 303.59º 0.65% 0.65% -
HSV(B) 303.59º 0.52% 0.87% -
XYZ 47.98 30.95 68.41 -
YUV 153.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 223 106 216 0 0.52 0.03 0.13 303.59 0.65 0.65
Hex DF 6A D8 0 34 3 D 130 41 41
Octal 337 152 330 0 64 3 15 460 101 101
Binary 11011111 1101010 11011000 0 110100 11 1101 100110000 1000001 1000001

Color Harmonies of #DF6AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AD8

Black with #DF6AD8

Text Example


Text Example

White with #DF6AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AD8; }

 p { color: rgb(223,106,216); }

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

background-color css

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

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

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

border-color css

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

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

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