#ce7fe0

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

Shades of Orchid #CE7FE0

Tints of Orchid #CE7FE0

Color information

#CE7FE0 (or 0xCE7FE0) is unknown color: approx Orchid. HEX triplet: CE, 7F and E0. RGB value is (206,127,224). Sum of RGB (Red+Green+Blue) = 206+127+224=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE7FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FE0 is #31801F. Grayscale: #A1A1A1. Windows color (decimal): -3244064 or 14712782. OLE color: 14712782.

HSL color Cylindrical-coordinate representation of color #CE7FE0: hue angle of 288.87º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7FE0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206127224-
CMYK0.080.4300.12
HSL288.87º61.01%68.82%-
HSV(B)288.87º43.3%87.84%-
XYZ46.533.6874.57-
YUV161.68163.17159.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=36.98%
G=22.80%
B=40.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061272240.080.4300.12288.8761.0168.82
HexCE7FE082B0C1213d45
Octal316177340105301444175105
Binary110011101111111111000001000101011011001001000011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7fe0; }

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

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

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

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

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

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

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

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