#d280cf

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

Shades of Orchid #D280CF

Tints of Orchid #D280CF

Color information

#D280CF (or 0xD280CF) is unknown color: approx Orchid. HEX triplet: D2, 80 and CF. RGB value is (210,128,207). Sum of RGB (Red+Green+Blue) = 210+128+207=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D280CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280CF is #2D7F30. Grayscale: #A1A1A1. Windows color (decimal): -2981681 or 13598930. OLE color: 13598930.

HSL color Cylindrical-coordinate representation of color #D280CF: hue angle of 302.2º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280CF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210128207-
CMYK00.390.010.18
HSL302.2º47.67%66.27%-
HSV(B)302.2º39.05%82.35%-
XYZ45.5633.6463.12-
YUV161.52153.67162.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=38.53%
G=23.49%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012820700.390.010.18302.247.6766.27
HexD280CF02711212e3042
Octal32220031704712245660102
Binary11010010100000001100111101001111100101001011101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d280cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d280cf; }

 p { color: rgb(210,128,207); }

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

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

 a { background-color: rgb(210,128,207); }

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

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

 span { border-color: rgb(210,128,207); }

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