#DF6CC4

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

Shades of Orchid #DF6CC4

Tints of Orchid #DF6CC4

Color information

#DF6CC4 (or 0xDF6CC4) is unknown color: approx Orchid. HEX triplet: DF, 6C and C4. RGB value is (223,108,196). Sum of RGB (Red+Green+Blue) = 223+108+196=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CC4 is #20933B. Grayscale: #989898. Windows color (decimal): -2134844 or 12872927. OLE color: 12872927.

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

Color convert

RGB223108196-
CMYK00.520.120.13
HSL314.09º64.25%64.9%-
HSV(B)314.09º51.57%87.45%-
XYZ45.7630.455.68-
YUV152.42152.6178.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 108 (42.58% from 255) = 20.49%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=42.31%
G=20.49%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310819600.520.120.13314.0964.2564.9
HexDF6CC4034CD13a4041
Octal3371543040641415472100101
Binary1101111111011001100010001101001100110110011101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CC4; }

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

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

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

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

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

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

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

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