#DC67EA

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

Shades of Orchid #DC67EA

Tints of Orchid #DC67EA

Color information

#DC67EA (or 0xDC67EA) is unknown color: approx Orchid. HEX triplet: DC, 67 and EA. RGB value is (220,103,234). Sum of RGB (Red+Green+Blue) = 220+103+234=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC67EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67EA is #239815. Grayscale: #989898. Windows color (decimal): -2332694 or 15362012. OLE color: 15362012.

HSL color Cylindrical-coordinate representation of color #DC67EA: hue angle of 293.59º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC67EA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220103234-
CMYK0.060.5600.08
HSL293.59º75.72%66.08%-
HSV(B)293.59º55.98%91.76%-
XYZ49.2230.8681.2-
YUV152.92173.76175.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 103 (40.62% from 255) = 18.49%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=39.50%
G=18.49%
B=42.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201032340.060.5600.08293.5975.7266.08
HexDC67EA638081264c42
Octal334147352670010446114102
Binary110111001100111111010101101110000100010010011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC67EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC67EA; }

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

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

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

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

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

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

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

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