#D763CB

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

Shades of Orchid #D763CB

Tints of Orchid #D763CB

Color information

#D763CB (or 0xD763CB) is unknown color: approx Orchid. HEX triplet: D7, 63 and CB. RGB value is (215,99,203). Sum of RGB (Red+Green+Blue) = 215+99+203=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D763CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763CB is #289C34. Grayscale: #919191. Windows color (decimal): -2661429 or 13329367. OLE color: 13329367.

HSL color Cylindrical-coordinate representation of color #D763CB: hue angle of 306.21º 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 #D763CB is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21599203-
CMYK00.540.060.16
HSL306.21º59.18%61.57%-
HSV(B)306.21º53.95%84.31%-
XYZ43.2727.6859.56-
YUV145.54160.43177.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 99 (39.06% from 255) = 19.15%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=41.59%
G=19.15%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159920300.540.060.16306.2159.1861.57
HexD763CB0366101323b3e
Octal3271433130666204627376
Binary11010111110001111001011011011011010000100110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D763CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D763CB; }

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

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

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

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

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

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

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

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