#CE7FC3

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

Shades of Orchid #CE7FC3

Tints of Orchid #CE7FC3

Color information

#CE7FC3 (or 0xCE7FC3) is unknown color: approx Orchid. HEX triplet: CE, 7F and C3. RGB value is (206,127,195). Sum of RGB (Red+Green+Blue) = 206+127+195=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FC3 is #31803C. Grayscale: #9E9E9E. Windows color (decimal): -3244093 or 12812238. OLE color: 12812238.

HSL color Cylindrical-coordinate representation of color #CE7FC3: hue angle of 308.35º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FC3 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB206127195-
CMYK00.380.050.19
HSL308.35º44.63%65.29%-
HSV(B)308.35º38.35%80.78%-
XYZ42.8932.2455.59-
YUV158.37148.67161.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=39.02%
G=24.05%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612719500.380.050.19308.3544.6365.29
HexCE7FC30265131342d41
Octal31617730304652346455101
Binary110011101111111110000110100110101100111001101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FC3; }

 p { color: rgb(206,127,195); }

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

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

 a { background-color: rgb(206,127,195); }

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

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

 span { border-color: rgb(206,127,195); }

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