#D765CC

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

Shades of Orchid #D765CC

Tints of Orchid #D765CC

Color information

#D765CC (or 0xD765CC) is unknown color: approx Orchid. HEX triplet: D7, 65 and CC. RGB value is (215,101,204). Sum of RGB (Red+Green+Blue) = 215+101+204=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D765CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765CC is #289A33. Grayscale: #929292. Windows color (decimal): -2660916 or 13395415. OLE color: 13395415.

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

Color convert

RGB215101204-
CMYK00.530.050.16
HSL305.79º58.76%61.96%-
HSV(B)305.79º53.02%84.31%-
XYZ43.5828.1160.26-
YUV146.83160.27176.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 101 (39.84% from 255) = 19.42%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=41.35%
G=19.42%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510120400.530.050.16305.7958.7661.96
HexD765CC0355101323b3e
Octal3271453140655204627376
Binary11010111110010111001100011010110110000100110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D765CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D765CC; }

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

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

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

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

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

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

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

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