Html Css Color HEX #CE948D Petite Orchid

📋 copy color: '#CE948D'

red 206 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #CE948D

Tints of Petite Orchid #CE948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

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

R = 41.62%
G = 29.9%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE948D (or 0xCE948D) is known color: Petite Orchid. HEX triplet: CE, 94 and 8D. RGB value is (206,148,141). Sum of RGB (Red+Green+Blue) = 206+148+141=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE948D is #316B72. Grayscale: #A4A4A4. Windows color (decimal): -3238771 or 9278670. OLE color: 9278670.

HSL color Cylindrical-coordinate representation of color #CE948D: hue angle of 6.46º 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 #CE948D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 141 -
CMYK 0 0.28 0.32 0.19
HSL 6.46º 0.4% 0.68% -
HSV(B) 6.46º 0.32% 0.81% -
XYZ 40.85 36.22 30.04 -
YUV 164.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 206 148 141 0 0.28 0.32 0.19 6.46 0.4 0.68
Hex CE 94 8D 0 1C 20 13 6 28 44
Octal 316 224 215 0 34 40 23 6 50 104
Binary 11001110 10010100 10001101 0 11100 100000 10011 110 101000 1000100

Color Harmonies of #CE948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE948D

Black with #CE948D

Text Example


Text Example

White with #CE948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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