#D67FC8

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

Shades of Orchid #D67FC8

Tints of Orchid #D67FC8

Color information

#D67FC8 (or 0xD67FC8) is unknown color: approx Orchid. HEX triplet: D6, 7F and C8. RGB value is (214,127,200). Sum of RGB (Red+Green+Blue) = 214+127+200=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FC8 is #298037. Grayscale: #A1A1A1. Windows color (decimal): -2719800 or 13139926. OLE color: 13139926.

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

Color convert

RGB214127200-
CMYK00.410.070.16
HSL309.66º51.48%66.86%-
HSV(B)309.66º40.65%83.92%-
XYZ45.7533.6558.73-
YUV161.34149.82165.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 200 (78.52% from 255) = 36.97%
R=39.56%
G=23.48%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412720000.410.070.16309.6651.4866.86
HexD67FC80297101363343
Octal32617731005172046663103
Binary110101101111111110010000101001111100001001101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FC8; }

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

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

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

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

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

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

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

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