#D763CC

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

Shades of Orchid #D763CC

Tints of Orchid #D763CC

Color information

#D763CC (or 0xD763CC) is unknown color: approx Orchid. HEX triplet: D7, 63 and CC. RGB value is (215,99,204). Sum of RGB (Red+Green+Blue) = 215+99+204=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D763CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763CC is #289C33. Grayscale: #919191. Windows color (decimal): -2661428 or 13394903. OLE color: 13394903.

HSL color Cylindrical-coordinate representation of color #D763CC: hue angle of 305.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763CC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21599204-
CMYK00.540.050.16
HSL305.69º59.18%61.57%-
HSV(B)305.69º53.95%84.31%-
XYZ43.3927.7360.19-
YUV145.65160.93177.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 99 (39.06% from 255) = 19.11%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=41.51%
G=19.11%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159920400.540.050.16305.6959.1861.57
HexD763CC0365101323b3e
Octal3271433140665204627376
Binary11010111110001111001100011011010110000100110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D763CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D763CC; }

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

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

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

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

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

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

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

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