#D67BC8

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

Shades of Orchid #D67BC8

Tints of Orchid #D67BC8

Color information

#D67BC8 (or 0xD67BC8) is unknown color: approx Orchid. HEX triplet: D6, 7B and C8. RGB value is (214,123,200). Sum of RGB (Red+Green+Blue) = 214+123+200=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BC8 is #298437. Grayscale: #9E9E9E. Windows color (decimal): -2720824 or 13138902. OLE color: 13138902.

HSL color Cylindrical-coordinate representation of color #D67BC8: hue angle of 309.23º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BC8 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214123200-
CMYK00.430.070.16
HSL309.23º52.6%66.08%-
HSV(B)309.23º42.52%83.92%-
XYZ45.2432.6358.56-
YUV158.99151.15167.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=39.85%
G=22.91%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412320000.430.070.16309.2352.666.08
HexD67BC802B7101353542
Octal32617331005372046565102
Binary110101101111011110010000101011111100001001101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67BC8; }

 p { color: rgb(214,123,200); }

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

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

 a { background-color: rgb(214,123,200); }

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

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

 span { border-color: rgb(214,123,200); }

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