Html Css Color HEX #DF6DCF Orchid

📋 copy color: '#DF6DCF'

red 223 ◦ green 109 ◦ blue 207

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

Shades of Orchid #DF6DCF

Tints of Orchid #DF6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.22%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 41.37%
G = 20.22%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF6DCF (or 0xDF6DCF) is known color: Orchid. HEX triplet: DF, 6D and CF. RGB value is (223,109,207). Sum of RGB (Red+Green+Blue) = 223+109+207=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DCF is #209230. Grayscale: #999999. Windows color (decimal): -2134577 or 13594079. OLE color: 13594079.

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

Color convert

RGB 223 109 207 -
CMYK 0 0.51 0.07 0.13
HSL 308.42º 0.64% 0.65% -
HSV(B) 308.42º 0.51% 0.87% -
XYZ 47.16 31.13 62.55 -
YUV 154.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 223 109 207 0 0.51 0.07 0.13 308.42 0.64 0.65
Hex DF 6D CF 0 33 7 D 134 40 41
Octal 337 155 317 0 63 7 15 464 100 101
Binary 11011111 1101101 11001111 0 110011 111 1101 100110100 1000000 1000001

Color Harmonies of #DF6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DCF

Black with #DF6DCF

Text Example


Text Example

White with #DF6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DCF; }

 p { color: rgb(223,109,207); }

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

background-color css

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

 a { background-color: rgb(223,109,207); }

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

border-color css

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

 span { border-color: rgb(223,109,207); }

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