#D283CF

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

Shades of Orchid #D283CF

Tints of Orchid #D283CF

Color information

#D283CF (or 0xD283CF) is unknown color: approx Orchid. HEX triplet: D2, 83 and CF. RGB value is (210,131,207). Sum of RGB (Red+Green+Blue) = 210+131+207=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D283CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283CF is #2D7C30. Grayscale: #A3A3A3. Windows color (decimal): -2980913 or 13599698. OLE color: 13599698.

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

Color convert

RGB210131207-
CMYK00.380.010.18
HSL302.28º46.75%66.86%-
HSV(B)302.28º37.62%82.35%-
XYZ45.9634.4463.26-
YUV163.28152.67161.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=38.32%
G=23.91%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013120700.380.010.18302.2846.7566.86
HexD283CF02611212e2f43
Octal32220331704612245657103
Binary11010010100000111100111101001101100101001011101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283CF; }

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

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

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

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

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

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

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

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