#D468CD

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

Shades of Orchid #D468CD

Tints of Orchid #D468CD

Color information

#D468CD (or 0xD468CD) is unknown color: approx Orchid. HEX triplet: D4, 68 and CD. RGB value is (212,104,205). Sum of RGB (Red+Green+Blue) = 212+104+205=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D468CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468CD is #2B9732. Grayscale: #939393. Windows color (decimal): -2856755 or 13461716. OLE color: 13461716.

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

Color convert

RGB212104205-
CMYK00.510.030.17
HSL303.89º55.67%61.96%-
HSV(B)303.89º50.94%83.14%-
XYZ43.1228.3160.95-
YUV147.81160.28173.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=40.69%
G=19.96%
B=39.35%

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
Decimal21210420500.510.030.17303.8955.6761.96
HexD468CD033311130383e
Octal3241503150633214607076
Binary1101010011010001100110101100111110001100110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D468CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D468CD; }

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

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

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

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

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

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

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

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