Html Css Color HEX #CE938E Petite Orchid

📋 copy color: '#CE938E'

red 206 ◦ green 147 ◦ blue 142

#CE938E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #CE938E

Tints of Petite Orchid #CE938E

RGB

 RED value IS 206 (80.86% from 255) = 41.62%

 GREEN value IS 147 (57.81% from 255) = 29.7%

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 41.62%
G = 29.7%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE938E (or 0xCE938E) is known color: Petite Orchid. HEX triplet: CE, 93 and 8E. RGB value is (206,147,142). Sum of RGB (Red+Green+Blue) = 206+147+142=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE938E is #316C71. Grayscale: #A4A4A4. Windows color (decimal): -3239026 or 9343950. OLE color: 9343950.

HSL color Cylindrical-coordinate representation of color #CE938E: hue angle of 4.69º degrees, saturation: 0.4, 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 #CE938E is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 142 -
CMYK 0 0.29 0.31 0.19
HSL 4.69º 0.4% 0.68% -
HSV(B) 4.69º 0.31% 0.81% -
XYZ 40.77 35.94 30.38 -
YUV 164.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 206 147 142 0 0.29 0.31 0.19 4.69 0.4 0.68
Hex CE 93 8E 0 1D 1F 13 5 28 44
Octal 316 223 216 0 35 37 23 5 50 104
Binary 11001110 10010011 10001110 0 11101 11111 10011 101 101000 1000100

Color Harmonies of #CE938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE938E

Black with #CE938E

Text Example


Text Example

White with #CE938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE938E; }

 p { color: rgb(206,147,142); }

 H1.HeaderClassName
 {
   color: #CE938E;
 }
 .AnyTagClassName
 {
   color: #CE938E;
 }
</style>

background-color css

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

 a { background-color: rgb(206,147,142); }

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

border-color css

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

 span { border-color: rgb(206,147,142); }

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