#D284CB

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

Shades of Orchid #D284CB

Tints of Orchid #D284CB

Color information

#D284CB (or 0xD284CB) is unknown color: approx Orchid. HEX triplet: D2, 84 and CB. RGB value is (210,132,203). Sum of RGB (Red+Green+Blue) = 210+132+203=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D284CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284CB is #2D7B34. Grayscale: #A3A3A3. Windows color (decimal): -2980661 or 13337810. OLE color: 13337810.

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

Color convert

RGB210132203-
CMYK00.370.030.18
HSL305.38º46.43%67.06%-
HSV(B)305.38º37.14%82.35%-
XYZ45.6134.5260.76-
YUV163.42150.34161.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=38.53%
G=24.22%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013220300.370.030.18305.3846.4367.06
HexD284CB0253121312e43
Octal32220431304532246156103
Binary110100101000010011001011010010111100101001100011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284CB; }

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

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

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

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

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

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

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

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