#d368cf

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

Shades of Orchid #D368CF

Tints of Orchid #D368CF

Color information

#D368CF (or 0xD368CF) is unknown color: approx Orchid. HEX triplet: D3, 68 and CF. RGB value is (211,104,207). Sum of RGB (Red+Green+Blue) = 211+104+207=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D368CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368CF is #2C9730. Grayscale: #939393. Windows color (decimal): -2922289 or 13592787. OLE color: 13592787.

HSL color Cylindrical-coordinate representation of color #D368CF: hue angle of 302.24º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D368CF is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211104207-
CMYK00.510.020.17
HSL302.24º54.87%61.76%-
HSV(B)302.24º50.71%82.75%-
XYZ43.0828.2562.21-
YUV147.74161.45173.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 104 (41.02% from 255) = 19.92%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=40.42%
G=19.92%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110420700.510.020.17302.2454.8761.76
HexD368CF03321112e373e
Octal3231503170632214566776
Binary1101001111010001100111101100111010001100101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d368cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d368cf; }

 p { color: rgb(211,104,207); }

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

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

 a { background-color: rgb(211,104,207); }

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

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

 span { border-color: rgb(211,104,207); }

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