Html Css Color HEX #DF6AD7 Orchid

📋 copy color: '#DF6AD7'

red 223 ◦ green 106 ◦ blue 215

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

Shades of Orchid #DF6AD7

Tints of Orchid #DF6AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 40.99%
G = 19.49%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF6AD7 (or 0xDF6AD7) is known color: Orchid. HEX triplet: DF, 6A and D7. RGB value is (223,106,215). Sum of RGB (Red+Green+Blue) = 223+106+215=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD7 is #209528. Grayscale: #999999. Windows color (decimal): -2135337 or 14117599. OLE color: 14117599.

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

Color convert

RGB 223 106 215 -
CMYK 0 0.52 0.04 0.13
HSL 304.1º 0.65% 0.65% -
HSV(B) 304.1º 0.52% 0.87% -
XYZ 47.85 30.9 67.73 -
YUV 153.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 223 106 215 0 0.52 0.04 0.13 304.1 0.65 0.65
Hex DF 6A D7 0 34 4 D 130 41 41
Octal 337 152 327 0 64 4 15 460 101 101
Binary 11011111 1101010 11010111 0 110100 100 1101 100110000 1000001 1000001

Color Harmonies of #DF6AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AD7

Black with #DF6AD7

Text Example


Text Example

White with #DF6AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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