#D67EBE

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

Shades of Orchid #D67EBE

Tints of Orchid #D67EBE

Color information

#D67EBE (or 0xD67EBE) is unknown color: approx Orchid. HEX triplet: D6, 7E and BE. RGB value is (214,126,190). Sum of RGB (Red+Green+Blue) = 214+126+190=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EBE is #298141. Grayscale: #9F9F9F. Windows color (decimal): -2720066 or 12484310. OLE color: 12484310.

HSL color Cylindrical-coordinate representation of color #D67EBE: hue angle of 316.36º 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 #D67EBE is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214126190-
CMYK00.410.110.16
HSL316.36º51.76%66.67%-
HSV(B)316.36º41.12%83.92%-
XYZ44.4932.9452.73-
YUV159.61145.15166.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 126 (49.61% from 255) = 23.77%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=40.38%
G=23.77%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412619000.410.110.16316.3651.7666.67
HexD67EBE029B1013c3443
Octal326176276051132047464103
Binary1101011011111101011111001010011011100001001111001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EBE; }

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

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

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

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

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

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

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

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