#DF6CC2

Color #DF6CC2 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DF6CC2

Tints of Orchid #DF6CC2

Color information

#DF6CC2 (or 0xDF6CC2) is unknown color: approx Orchid. HEX triplet: DF, 6C and C2. RGB value is (223,108,194). Sum of RGB (Red+Green+Blue) = 223+108+194=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CC2 is #20933D. Grayscale: #979797. Windows color (decimal): -2134846 or 12741855. OLE color: 12741855.

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

Color convert

RGB223108194-
CMYK00.520.130.13
HSL315.13º64.25%64.9%-
HSV(B)315.13º51.57%87.45%-
XYZ45.5330.3154.49-
YUV152.19151.6178.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 194 (76.17% from 255) = 36.95%
R=42.48%
G=20.57%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310819400.520.130.13315.1364.2564.9
HexDF6CC2034DD13b4041
Octal3371543020641515473100101
Binary1101111111011001100001001101001101110110011101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CC2; }

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

 H1.HeaderClassName
 {
   color: #DF6CC2;
 }
 .AnyTagClassName
 {
   color: #DF6CC2;
 }
</style>
background-color css

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

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

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

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

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

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