#D467CD

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

Shades of Orchid #D467CD

Tints of Orchid #D467CD

Color information

#D467CD (or 0xD467CD) is unknown color: approx Orchid. HEX triplet: D4, 67 and CD. RGB value is (212,103,205). Sum of RGB (Red+Green+Blue) = 212+103+205=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D467CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467CD is #2B9832. Grayscale: #929292. Windows color (decimal): -2857011 or 13461460. OLE color: 13461460.

HSL color Cylindrical-coordinate representation of color #D467CD: hue angle of 303.85º 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 #D467CD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212103205-
CMYK00.510.030.17
HSL303.85º55.9%61.76%-
HSV(B)303.85º51.42%83.14%-
XYZ43.0228.1160.92-
YUV147.22160.61174.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 103 (40.62% from 255) = 19.81%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=40.77%
G=19.81%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210320500.510.030.17303.8555.961.76
HexD467CD033311130383e
Octal3241473150633214607076
Binary1101010011001111100110101100111110001100110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D467CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D467CD; }

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

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

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

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

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

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

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

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