#D665C3

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

Shades of Orchid #D665C3

Tints of Orchid #D665C3

Color information

#D665C3 (or 0xD665C3) is unknown color: approx Orchid. HEX triplet: D6, 65 and C3. RGB value is (214,101,195). Sum of RGB (Red+Green+Blue) = 214+101+195=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D665C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665C3 is #299A3C. Grayscale: #919191. Windows color (decimal): -2726461 or 12805590. OLE color: 12805590.

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

Color convert

RGB214101195-
CMYK00.530.090.16
HSL310.09º57.95%61.76%-
HSV(B)310.09º52.8%83.92%-
XYZ42.2427.5454.72-
YUV145.5155.94176.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 101 (39.84% from 255) = 19.80%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=41.96%
G=19.80%
B=38.24%

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
Decimal21410119500.530.090.16310.0957.9561.76
HexD665C30359101363a3e
Octal32614530306511204667276
Binary110101101100101110000110110101100110000100110110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D665C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D665C3; }

 p { color: rgb(214,101,195); }

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

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

 a { background-color: rgb(214,101,195); }

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

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

 span { border-color: rgb(214,101,195); }

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