Html Css Color HEX #DF6AD9 Orchid

📋 copy color: '#DF6AD9'

red 223 ◦ green 106 ◦ blue 217

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

Shades of Orchid #DF6AD9

Tints of Orchid #DF6AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.74%

R = 40.84%
G = 19.41%
B = 39.74%

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

#DF6AD9 (or 0xDF6AD9) is known color: Orchid. HEX triplet: DF, 6A and D9. RGB value is (223,106,217). Sum of RGB (Red+Green+Blue) = 223+106+217=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD9 is #209526. Grayscale: #999999. Windows color (decimal): -2135335 or 14248671. OLE color: 14248671.

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

Color convert

RGB 223 106 217 -
CMYK 0 0.52 0.03 0.13
HSL 303.08º 0.65% 0.65% -
HSV(B) 303.08º 0.52% 0.87% -
XYZ 48.11 31.01 69.09 -
YUV 153.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 223 106 217 0 0.52 0.03 0.13 303.08 0.65 0.65
Hex DF 6A D9 0 34 3 D 12F 41 41
Octal 337 152 331 0 64 3 15 457 101 101
Binary 11011111 1101010 11011001 0 110100 11 1101 100101111 1000001 1000001

Color Harmonies of #DF6AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AD9

Black with #DF6AD9

Text Example


Text Example

White with #DF6AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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