#D468CE

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

Shades of Orchid #D468CE

Tints of Orchid #D468CE

Color information

#D468CE (or 0xD468CE) is unknown color: approx Orchid. HEX triplet: D4, 68 and CE. RGB value is (212,104,206). Sum of RGB (Red+Green+Blue) = 212+104+206=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D468CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468CE is #2B9731. Grayscale: #939393. Windows color (decimal): -2856754 or 13527252. OLE color: 13527252.

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

Color convert

RGB212104206-
CMYK00.510.030.17
HSL303.33º55.67%61.96%-
HSV(B)303.33º50.94%83.14%-
XYZ43.2428.3561.59-
YUV147.92160.78173.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=40.61%
G=19.92%
B=39.46%

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
Decimal21210420600.510.030.17303.3355.6761.96
HexD468CE03331112f383e
Octal3241503160633214577076
Binary1101010011010001100111001100111110001100101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D468CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D468CE; }

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

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

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

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

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

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

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

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