#CE918F

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

Shades of Petite Orchid #CE918F

Tints of Petite Orchid #CE918F

Color information

#CE918F (or 0xCE918F) is unknown color: approx Petite Orchid. HEX triplet: CE, 91 and 8F. RGB value is (206,145,143). Sum of RGB (Red+Green+Blue) = 206+145+143=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE918F is #316E70. Grayscale: #A3A3A3. Windows color (decimal): -3239537 or 9408974. OLE color: 9408974.

HSL color Cylindrical-coordinate representation of color #CE918F: hue angle of 1.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE918F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206145143-
CMYK00.300.310.19
HSL1.9º39.13%68.43%-
HSV(B)1.9º30.58%80.78%-
XYZ40.5435.3630.67-
YUV163.01116.71158.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=41.70%
G=29.35%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614514300.300.310.191.939.1368.43
HexCE918F01E1F1322744
Octal3162212170363723247104
Binary1100111010010001100011110111101111110011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE918F; }

 p { color: rgb(206,145,143); }

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

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

 a { background-color: rgb(206,145,143); }

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

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

 span { border-color: rgb(206,145,143); }

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