#D467CE

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

Shades of Orchid #D467CE

Tints of Orchid #D467CE

Color information

#D467CE (or 0xD467CE) is unknown color: approx Orchid. HEX triplet: D4, 67 and CE. RGB value is (212,103,206). Sum of RGB (Red+Green+Blue) = 212+103+206=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D467CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467CE is #2B9831. Grayscale: #939393. Windows color (decimal): -2857010 or 13526996. OLE color: 13526996.

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

Color convert

RGB212103206-
CMYK00.510.030.17
HSL303.3º55.9%61.76%-
HSV(B)303.3º51.42%83.14%-
XYZ43.1428.1561.55-
YUV147.33161.11174.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=40.69%
G=19.77%
B=39.54%

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
Decimal21210320600.510.030.17303.355.961.76
HexD467CE03331112f383e
Octal3241473160633214577076
Binary1101010011001111100111001100111110001100101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D467CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D467CE; }

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

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

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

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

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

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

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

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