#CE77C1

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

Shades of Orchid #CE77C1

Tints of Orchid #CE77C1

Color information

#CE77C1 (or 0xCE77C1) is unknown color: approx Orchid. HEX triplet: CE, 77 and C1. RGB value is (206,119,193). Sum of RGB (Red+Green+Blue) = 206+119+193=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77C1 is #31883E. Grayscale: #999999. Windows color (decimal): -3246143 or 12679118. OLE color: 12679118.

HSL color Cylindrical-coordinate representation of color #CE77C1: hue angle of 308.97º 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 #CE77C1 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206119193-
CMYK00.420.060.19
HSL308.97º47.03%63.73%-
HSV(B)308.97º42.23%80.78%-
XYZ41.6830.1754.08-
YUV153.45150.32165.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=39.77%
G=22.97%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611919300.420.060.19308.9747.0363.73
HexCE77C102A6131352f40
Octal31616730105262346557100
Binary110011101110111110000010101010110100111001101011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE77C1; }

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

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

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

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

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

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

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

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