#CE7FE4

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

Shades of Orchid #CE7FE4

Tints of Orchid #CE7FE4

Color information

#CE7FE4 (or 0xCE7FE4) is unknown color: approx Orchid. HEX triplet: CE, 7F and E4. RGB value is (206,127,228). Sum of RGB (Red+Green+Blue) = 206+127+228=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE7FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FE4 is #31801B. Grayscale: #A1A1A1. Windows color (decimal): -3244060 or 14974926. OLE color: 14974926.

HSL color Cylindrical-coordinate representation of color #CE7FE4: hue angle of 286.93º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7FE4 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206127228-
CMYK0.100.4400.11
HSL286.93º65.16%69.61%-
HSV(B)286.93º44.3%89.41%-
XYZ47.0533.977.46-
YUV162.13165.17159.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 127 (50% from 255) = 22.64%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=36.72%
G=22.64%
B=40.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061272280.100.4400.11286.9365.1669.61
HexCE7FE4A2C0B11f4146
Octal3161773441254013437101106
Binary1100111011111111110010010101011000101110001111110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FE4; }

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

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

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

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

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

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

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

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