#CE7FC8

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

Shades of Orchid #CE7FC8

Tints of Orchid #CE7FC8

Color information

#CE7FC8 (or 0xCE7FC8) is unknown color: approx Orchid. HEX triplet: CE, 7F and C8. RGB value is (206,127,200). Sum of RGB (Red+Green+Blue) = 206+127+200=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FC8 is #318037. Grayscale: #9E9E9E. Windows color (decimal): -3244088 or 13139918. OLE color: 13139918.

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

Color convert

RGB206127200-
CMYK00.380.030.19
HSL304.56º44.63%65.29%-
HSV(B)304.56º38.35%80.78%-
XYZ43.4732.4758.62-
YUV158.94151.17161.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 127 (50% from 255) = 23.83%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=38.65%
G=23.83%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612720000.380.030.19304.5644.6365.29
HexCE7FC80263131312d41
Octal31617731004632346155101
Binary11001110111111111001000010011011100111001100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FC8; }

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

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

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

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

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

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

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

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