Html Css Color HEX #DF6ADE Orchid

📋 copy color: '#DF6ADE'

red 223 ◦ green 106 ◦ blue 222

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

Shades of Orchid #DF6ADE

Tints of Orchid #DF6ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 40.47%
G = 19.24%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF6ADE (or 0xDF6ADE) is known color: Orchid. HEX triplet: DF, 6A and DE. RGB value is (223,106,222). Sum of RGB (Red+Green+Blue) = 223+106+222=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ADE is #209521. Grayscale: #999999. Windows color (decimal): -2135330 or 14576351. OLE color: 14576351.

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

Color convert

RGB 223 106 222 -
CMYK 0 0.52 0.00 0.13
HSL 300.51º 0.65% 0.65% -
HSV(B) 300.51º 0.52% 0.87% -
XYZ 48.77 31.27 72.57 -
YUV 154.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 223 106 222 0 0.52 0.00 0.13 300.51 0.65 0.65
Hex DF 6A DE 0 34 0 D 12D 41 41
Octal 337 152 336 0 64 0 15 455 101 101
Binary 11011111 1101010 11011110 0 110100 0 1101 100101101 1000001 1000001

Color Harmonies of #DF6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6ADE

Black with #DF6ADE

Text Example


Text Example

White with #DF6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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