#ce77cd

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

Shades of Orchid #CE77CD

Tints of Orchid #CE77CD

Color information

#CE77CD (or 0xCE77CD) is unknown color: approx Orchid. HEX triplet: CE, 77 and CD. RGB value is (206,119,205). Sum of RGB (Red+Green+Blue) = 206+119+205=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77CD is #318832. Grayscale: #9A9A9A. Windows color (decimal): -3246131 or 13465550. OLE color: 13465550.

HSL color Cylindrical-coordinate representation of color #CE77CD: hue angle of 300.69º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE77CD is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB206119205-
CMYK00.420.000.19
HSL300.69º47.03%63.73%-
HSV(B)300.69º42.23%80.78%-
XYZ43.0730.7261.42-
YUV154.82156.32164.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=38.87%
G=22.45%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611920500.420.000.19300.6947.0363.73
HexCE77CD02A01312d2f40
Octal31616731505202345557100
Binary1100111011101111100110101010100100111001011011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce77cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce77cd; }

 p { color: rgb(206,119,205); }

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

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

 a { background-color: rgb(206,119,205); }

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

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

 span { border-color: rgb(206,119,205); }

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