Html Css Color HEX #DF6AD0 Orchid

📋 copy color: '#DF6AD0'

red 223 ◦ green 106 ◦ blue 208

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

Shades of Orchid #DF6AD0

Tints of Orchid #DF6AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 41.53%
G = 19.74%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF6AD0 (or 0xDF6AD0) is known color: Orchid. HEX triplet: DF, 6A and D0. RGB value is (223,106,208). Sum of RGB (Red+Green+Blue) = 223+106+208=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD0 is #20952F. Grayscale: #989898. Windows color (decimal): -2135344 or 13658847. OLE color: 13658847.

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

Color convert

RGB 223 106 208 -
CMYK 0 0.52 0.07 0.13
HSL 307.69º 0.65% 0.65% -
HSV(B) 307.69º 0.52% 0.87% -
XYZ 46.97 30.55 63.1 -
YUV 152.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 223 106 208 0 0.52 0.07 0.13 307.69 0.65 0.65
Hex DF 6A D0 0 34 7 D 134 41 41
Octal 337 152 320 0 64 7 15 464 101 101
Binary 11011111 1101010 11010000 0 110100 111 1101 100110100 1000001 1000001

Color Harmonies of #DF6AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AD0

Black with #DF6AD0

Text Example


Text Example

White with #DF6AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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