Html Css Color HEX #CE938D Petite Orchid

📋 copy color: '#CE938D'

red 206 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #CE938D

Tints of Petite Orchid #CE938D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 41.7%
G = 29.76%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE938D (or 0xCE938D) is known color: Petite Orchid. HEX triplet: CE, 93 and 8D. RGB value is (206,147,141). Sum of RGB (Red+Green+Blue) = 206+147+141=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE938D is #316C72. Grayscale: #A4A4A4. Windows color (decimal): -3239027 or 9278414. OLE color: 9278414.

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

Color convert

RGB 206 147 141 -
CMYK 0 0.29 0.32 0.19
HSL 5.54º 0.4% 0.68% -
HSV(B) 5.54º 0.32% 0.81% -
XYZ 40.7 35.91 29.99 -
YUV 163.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 206 147 141 0 0.29 0.32 0.19 5.54 0.4 0.68
Hex CE 93 8D 0 1D 20 13 6 28 44
Octal 316 223 215 0 35 40 23 6 50 104
Binary 11001110 10010011 10001101 0 11101 100000 10011 110 101000 1000100

Color Harmonies of #CE938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE938D

Black with #CE938D

Text Example


Text Example

White with #CE938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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