#D67ECA

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

Shades of Orchid #D67ECA

Tints of Orchid #D67ECA

Color information

#D67ECA (or 0xD67ECA) is unknown color: approx Orchid. HEX triplet: D6, 7E and CA. RGB value is (214,126,202). Sum of RGB (Red+Green+Blue) = 214+126+202=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ECA is #298135. Grayscale: #A0A0A0. Windows color (decimal): -2720054 or 13270742. OLE color: 13270742.

HSL color Cylindrical-coordinate representation of color #D67ECA: hue angle of 308.18º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67ECA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214126202-
CMYK00.410.060.16
HSL308.18º51.76%66.67%-
HSV(B)308.18º41.12%83.92%-
XYZ45.8533.4859.92-
YUV160.98151.15165.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.48%
GREEN value IS 126 (49.61% from 255) = 23.25%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=39.48%
G=23.25%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412620200.410.060.16308.1851.7666.67
HexD67ECA0296101343443
Octal32617631205162046464103
Binary110101101111110110010100101001110100001001101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67ECA; }

 p { color: rgb(214,126,202); }

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

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

 a { background-color: rgb(214,126,202); }

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

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

 span { border-color: rgb(214,126,202); }

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