#DC67CF

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

Shades of Orchid #DC67CF

Tints of Orchid #DC67CF

Color information

#DC67CF (or 0xDC67CF) is unknown color: approx Orchid. HEX triplet: DC, 67 and CF. RGB value is (220,103,207). Sum of RGB (Red+Green+Blue) = 220+103+207=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67CF is #239830. Grayscale: #959595. Windows color (decimal): -2332721 or 13592540. OLE color: 13592540.

HSL color Cylindrical-coordinate representation of color #DC67CF: hue angle of 306.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67CF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220103207-
CMYK00.530.060.14
HSL306.67º62.57%63.33%-
HSV(B)306.67º53.18%86.27%-
XYZ45.6329.4262.31-
YUV149.84160.26178.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 103 (40.62% from 255) = 19.43%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=41.51%
G=19.43%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010320700.530.060.14306.6762.5763.33
HexDC67CF0356E1333f3f
Octal3341473170656164637777
Binary1101110011001111100111101101011101110100110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67CF; }

 p { color: rgb(220,103,207); }

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

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

 a { background-color: rgb(220,103,207); }

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

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

 span { border-color: rgb(220,103,207); }

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