#D767CA

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

Shades of Orchid #D767CA

Tints of Orchid #D767CA

Color information

#D767CA (or 0xD767CA) is unknown color: approx Orchid. HEX triplet: D7, 67 and CA. RGB value is (215,103,202). Sum of RGB (Red+Green+Blue) = 215+103+202=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D767CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767CA is #289835. Grayscale: #939393. Windows color (decimal): -2660406 or 13264855. OLE color: 13264855.

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

Color convert

RGB215103202-
CMYK00.520.060.16
HSL306.96º58.33%62.35%-
HSV(B)306.96º52.09%84.31%-
XYZ43.5428.4159.07-
YUV147.77158.61175.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 103 (40.62% from 255) = 19.81%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=41.35%
G=19.81%
B=38.85%

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
Decimal21510320200.520.060.16306.9658.3362.35
HexD767CA0346101333a3e
Octal3271473120646204637276
Binary11010111110011111001010011010011010000100110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D767CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D767CA; }

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

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

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

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

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

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

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

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