#D288CB

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

Shades of Orchid #D288CB

Tints of Orchid #D288CB

Color information

#D288CB (or 0xD288CB) is unknown color: approx Orchid. HEX triplet: D2, 88 and CB. RGB value is (210,136,203). Sum of RGB (Red+Green+Blue) = 210+136+203=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D288CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288CB is #2D7734. Grayscale: #A5A5A5. Windows color (decimal): -2979637 or 13338834. OLE color: 13338834.

HSL color Cylindrical-coordinate representation of color #D288CB: hue angle of 305.68º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288CB is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210136203-
CMYK00.350.030.18
HSL305.68º45.12%67.84%-
HSV(B)305.68º35.24%82.35%-
XYZ46.1635.6260.94-
YUV165.76149.02159.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=38.25%
G=24.77%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013620300.350.030.18305.6845.1267.84
HexD288CB0233121322d44
Octal32221031304332246255104
Binary110100101000100011001011010001111100101001100101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288CB; }

 p { color: rgb(210,136,203); }

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

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

 a { background-color: rgb(210,136,203); }

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

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

 span { border-color: rgb(210,136,203); }

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