#D76CC4

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

Shades of Orchid #D76CC4

Tints of Orchid #D76CC4

Color information

#D76CC4 (or 0xD76CC4) is unknown color: approx Orchid. HEX triplet: D7, 6C and C4. RGB value is (215,108,196). Sum of RGB (Red+Green+Blue) = 215+108+196=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CC4 is #28933B. Grayscale: #959595. Windows color (decimal): -2659132 or 12872919. OLE color: 12872919.

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

Color convert

RGB215108196-
CMYK00.500.090.16
HSL310.65º57.22%63.33%-
HSV(B)310.65º49.77%84.31%-
XYZ43.3529.1655.57-
YUV150.02153.95174.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 108 (42.58% from 255) = 20.81%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=41.43%
G=20.81%
B=37.76%

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
Decimal21510819600.500.090.16310.6557.2263.33
HexD76CC4032910137393f
Octal32715430406211204677177
Binary110101111101100110001000110010100110000100110111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76CC4; }

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

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

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

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

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

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

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

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