Html Css Color HEX #DF6FCC Orchid

📋 copy color: '#DF6FCC'

red 223 ◦ green 111 ◦ blue 204

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

Shades of Orchid #DF6FCC

Tints of Orchid #DF6FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 41.45%
G = 20.63%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF6FCC (or 0xDF6FCC) is known color: Orchid. HEX triplet: DF, 6F and CC. RGB value is (223,111,204). Sum of RGB (Red+Green+Blue) = 223+111+204=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FCC is #209033. Grayscale: #9A9A9A. Windows color (decimal): -2134068 or 13397983. OLE color: 13397983.

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

Color convert

RGB 223 111 204 -
CMYK 0 0.50 0.09 0.13
HSL 310.18º 0.64% 0.65% -
HSV(B) 310.18º 0.5% 0.87% -
XYZ 47.01 31.42 60.71 -
YUV 155.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 223 111 204 0 0.50 0.09 0.13 310.18 0.64 0.65
Hex DF 6F CC 0 32 9 D 136 40 41
Octal 337 157 314 0 62 11 15 466 100 101
Binary 11011111 1101111 11001100 0 110010 1001 1101 100110110 1000000 1000001

Color Harmonies of #DF6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FCC

Black with #DF6FCC

Text Example


Text Example

White with #DF6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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