#D764C4

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

Shades of Orchid #D764C4

Tints of Orchid #D764C4

Color information

#D764C4 (or 0xD764C4) is unknown color: approx Orchid. HEX triplet: D7, 64 and C4. RGB value is (215,100,196). Sum of RGB (Red+Green+Blue) = 215+100+196=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D764C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764C4 is #289B3B. Grayscale: #919191. Windows color (decimal): -2661180 or 12870871. OLE color: 12870871.

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

Color convert

RGB215100196-
CMYK00.530.090.16
HSL309.91º58.97%61.76%-
HSV(B)309.91º53.49%84.31%-
XYZ42.5527.5555.3-
YUV145.33156.6177.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=42.07%
G=19.57%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510019600.530.090.16309.9158.9761.76
HexD764C40359101363b3e
Octal32714430406511204667376
Binary110101111100100110001000110101100110000100110110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764C4; }

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

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

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

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

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

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

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

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