#D263CC

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

Shades of Orchid #D263CC

Tints of Orchid #D263CC

Color information

#D263CC (or 0xD263CC) is unknown color: approx Orchid. HEX triplet: D2, 63 and CC. RGB value is (210,99,204). Sum of RGB (Red+Green+Blue) = 210+99+204=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D263CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263CC is #2D9C33. Grayscale: #8F8F8F. Windows color (decimal): -2989108 or 13394898. OLE color: 13394898.

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

Color convert

RGB21099204-
CMYK00.530.030.18
HSL303.24º55.22%60.59%-
HSV(B)303.24º52.86%82.35%-
XYZ41.9426.9860.12-
YUV144.16161.77174.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=40.94%
G=19.30%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109920400.530.030.18303.2455.2260.59
HexD263CC03531212f373d
Octal3221433140653224576775
Binary1101001011000111100110001101011110010100101111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D263CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D263CC; }

 p { color: rgb(210,99,204); }

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

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

 a { background-color: rgb(210,99,204); }

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

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

 span { border-color: rgb(210,99,204); }

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