Html Css Color HEX #DF6FD1 Orchid

📋 copy color: '#DF6FD1'

red 223 ◦ green 111 ◦ blue 209

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

Shades of Orchid #DF6FD1

Tints of Orchid #DF6FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.44%

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 41.07%
G = 20.44%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF6FD1 (or 0xDF6FD1) is known color: Orchid. HEX triplet: DF, 6F and D1. RGB value is (223,111,209). Sum of RGB (Red+Green+Blue) = 223+111+209=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FD1 is #20902E. Grayscale: #9B9B9B. Windows color (decimal): -2134063 or 13725663. OLE color: 13725663.

HSL color Cylindrical-coordinate representation of color #DF6FD1: hue angle of 307.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FD1 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 209 -
CMYK 0 0.50 0.06 0.13
HSL 307.5º 0.64% 0.65% -
HSV(B) 307.5º 0.5% 0.87% -
XYZ 47.62 31.66 63.92 -
YUV 155.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 223 111 209 0 0.50 0.06 0.13 307.5 0.64 0.65
Hex DF 6F D1 0 32 6 D 134 40 41
Octal 337 157 321 0 62 6 15 464 100 101
Binary 11011111 1101111 11010001 0 110010 110 1101 100110100 1000000 1000001

Color Harmonies of #DF6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FD1

Black with #DF6FD1

Text Example


Text Example

White with #DF6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FD1; }

 p { color: rgb(223,111,209); }

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

background-color css

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

 a { background-color: rgb(223,111,209); }

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

border-color css

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

 span { border-color: rgb(223,111,209); }

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