Html Css Color HEX #DF6DCE Orchid

📋 copy color: '#DF6DCE'

red 223 ◦ green 109 ◦ blue 206

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

Shades of Orchid #DF6DCE

Tints of Orchid #DF6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 41.45%
G = 20.26%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF6DCE (or 0xDF6DCE) is known color: Orchid. HEX triplet: DF, 6D and CE. RGB value is (223,109,206). Sum of RGB (Red+Green+Blue) = 223+109+206=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DCE is #209231. Grayscale: #999999. Windows color (decimal): -2134578 or 13528543. OLE color: 13528543.

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

Color convert

RGB 223 109 206 -
CMYK 0 0.51 0.08 0.13
HSL 308.95º 0.64% 0.65% -
HSV(B) 308.95º 0.51% 0.87% -
XYZ 47.04 31.08 61.91 -
YUV 154.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 223 109 206 0 0.51 0.08 0.13 308.95 0.64 0.65
Hex DF 6D CE 0 33 8 D 135 40 41
Octal 337 155 316 0 63 10 15 465 100 101
Binary 11011111 1101101 11001110 0 110011 1000 1101 100110101 1000000 1000001

Color Harmonies of #DF6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DCE

Black with #DF6DCE

Text Example


Text Example

White with #DF6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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