Html Css Color HEX #DF6CDC Orchid

📋 copy color: '#DF6CDC'

red 223 ◦ green 108 ◦ blue 220

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

Shades of Orchid #DF6CDC

Tints of Orchid #DF6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.6%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 40.47%
G = 19.6%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF6CDC (or 0xDF6CDC) is known color: Orchid. HEX triplet: DF, 6C and DC. RGB value is (223,108,220). Sum of RGB (Red+Green+Blue) = 223+108+220=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CDC is #209323. Grayscale: #9A9A9A. Windows color (decimal): -2134820 or 14445791. OLE color: 14445791.

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

Color convert

RGB 223 108 220 -
CMYK 0 0.52 0.01 0.13
HSL 301.57º 0.64% 0.65% -
HSV(B) 301.57º 0.52% 0.87% -
XYZ 48.71 31.58 71.24 -
YUV 155.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 223 108 220 0 0.52 0.01 0.13 301.57 0.64 0.65
Hex DF 6C DC 0 34 1 D 12E 40 41
Octal 337 154 334 0 64 1 15 456 100 101
Binary 11011111 1101100 11011100 0 110100 1 1101 100101110 1000000 1000001

Color Harmonies of #DF6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CDC

Black with #DF6CDC

Text Example


Text Example

White with #DF6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CDC; }

 p { color: rgb(223,108,220); }

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

background-color css

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

 a { background-color: rgb(223,108,220); }

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

border-color css

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

 span { border-color: rgb(223,108,220); }

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