Html Css Color HEX #CE9393 Petite Orchid

📋 copy color: '#CE9393'

red 206 ◦ green 147 ◦ blue 147

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

Shades of Petite Orchid #CE9393

Tints of Petite Orchid #CE9393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 41.2%
G = 29.4%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE9393 (or 0xCE9393) is known color: Petite Orchid. HEX triplet: CE, 93 and 93. RGB value is (206,147,147). Sum of RGB (Red+Green+Blue) = 206+147+147=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9393 is #316C6C. Grayscale: #A4A4A4. Windows color (decimal): -3239021 or 9671630. OLE color: 9671630.

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

Color convert

RGB 206 147 147 -
CMYK 0 0.29 0.29 0.19
HSL 0.38% 0.69% -
HSV(B) 0.29% 0.81% -
XYZ 41.15 36.1 32.4 -
YUV 164.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 206 147 147 0 0.29 0.29 0.19 0 0.38 0.69
Hex CE 93 93 0 1D 1D 13 0 26 45
Octal 316 223 223 0 35 35 23 0 46 105
Binary 11001110 10010011 10010011 0 11101 11101 10011 0 100110 1000101

Color Harmonies of #CE9393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9393

Black with #CE9393

Text Example


Text Example

White with #CE9393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9393; }

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

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

background-color css

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

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

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

border-color css

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

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

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