#D767CB

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

Shades of Orchid #D767CB

Tints of Orchid #D767CB

Color information

#D767CB (or 0xD767CB) is unknown color: approx Orchid. HEX triplet: D7, 67 and CB. RGB value is (215,103,203). Sum of RGB (Red+Green+Blue) = 215+103+203=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D767CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767CB is #289834. Grayscale: #939393. Windows color (decimal): -2660405 or 13330391. OLE color: 13330391.

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

Color convert

RGB215103203-
CMYK00.520.060.16
HSL306.43º58.33%62.35%-
HSV(B)306.43º52.09%84.31%-
XYZ43.6528.4659.69-
YUV147.89159.11175.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=41.27%
G=19.77%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510320300.520.060.16306.4358.3362.35
HexD767CB0346101323a3e
Octal3271473130646204627276
Binary11010111110011111001011011010011010000100110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D767CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D767CB; }

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

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

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

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

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

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

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

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