#D76CC3

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

Shades of Orchid #D76CC3

Tints of Orchid #D76CC3

Color information

#D76CC3 (or 0xD76CC3) is unknown color: approx Orchid. HEX triplet: D7, 6C and C3. RGB value is (215,108,195). Sum of RGB (Red+Green+Blue) = 215+108+195=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CC3 is #28933C. Grayscale: #959595. Windows color (decimal): -2659133 or 12807383. OLE color: 12807383.

HSL color Cylindrical-coordinate representation of color #D76CC3: hue angle of 311.21º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CC3 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215108195-
CMYK00.500.090.16
HSL311.21º57.22%63.33%-
HSV(B)311.21º49.77%84.31%-
XYZ43.2429.1154.97-
YUV149.91153.45174.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 108 (42.58% from 255) = 20.85%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=41.51%
G=20.85%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510819500.500.090.16311.2157.2263.33
HexD76CC3032910137393f
Octal32715430306211204677177
Binary110101111101100110000110110010100110000100110111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76CC3; }

 p { color: rgb(215,108,195); }

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

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

 a { background-color: rgb(215,108,195); }

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

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

 span { border-color: rgb(215,108,195); }

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