#D467C8

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

Shades of Orchid #D467C8

Tints of Orchid #D467C8

Color information

#D467C8 (or 0xD467C8) is unknown color: approx Orchid. HEX triplet: D4, 67 and C8. RGB value is (212,103,200). Sum of RGB (Red+Green+Blue) = 212+103+200=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D467C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467C8 is #2B9837. Grayscale: #929292. Windows color (decimal): -2857016 or 13133780. OLE color: 13133780.

HSL color Cylindrical-coordinate representation of color #D467C8: hue angle of 306.61º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D467C8 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212103200-
CMYK00.510.060.17
HSL306.61º55.9%61.76%-
HSV(B)306.61º51.42%83.14%-
XYZ42.4327.8757.79-
YUV146.65158.11174.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 103 (40.62% from 255) = 20%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=41.17%
G=20%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210320000.510.060.17306.6155.961.76
HexD467C8033611133383e
Octal3241473100636214637076
Binary11010100110011111001000011001111010001100110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D467C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D467C8; }

 p { color: rgb(212,103,200); }

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

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

 a { background-color: rgb(212,103,200); }

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

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

 span { border-color: rgb(212,103,200); }

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