#D768CE

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

Shades of Orchid #D768CE

Tints of Orchid #D768CE

Color information

#D768CE (or 0xD768CE) is unknown color: approx Orchid. HEX triplet: D7, 68 and CE. RGB value is (215,104,206). Sum of RGB (Red+Green+Blue) = 215+104+206=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D768CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768CE is #289731. Grayscale: #949494. Windows color (decimal): -2660146 or 13527255. OLE color: 13527255.

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

Color convert

RGB215104206-
CMYK00.520.040.16
HSL304.86º58.12%62.55%-
HSV(B)304.86º51.63%84.31%-
XYZ44.1228.861.63-
YUV148.82160.27175.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 104 (41.02% from 255) = 19.81%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=40.95%
G=19.81%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510420600.520.040.16304.8658.1262.55
HexD768CE0344101313a3f
Octal3271503160644204617277
Binary11010111110100011001110011010010010000100110001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D768CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D768CE; }

 p { color: rgb(215,104,206); }

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

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

 a { background-color: rgb(215,104,206); }

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

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

 span { border-color: rgb(215,104,206); }

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