Html Css Color HEX #CE978F Petite Orchid

📋 copy color: '#CE978F'

red 206 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #CE978F

Tints of Petite Orchid #CE978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.2%

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 41.2%
G = 30.2%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE978F (or 0xCE978F) is known color: Petite Orchid. HEX triplet: CE, 97 and 8F. RGB value is (206,151,143). Sum of RGB (Red+Green+Blue) = 206+151+143=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE978F is #316870. Grayscale: #A6A6A6. Windows color (decimal): -3238001 or 9410510. OLE color: 9410510.

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

Color convert

RGB 206 151 143 -
CMYK 0 0.27 0.31 0.19
HSL 7.62º 0.39% 0.68% -
HSV(B) 7.62º 0.31% 0.81% -
XYZ 41.48 37.24 30.99 -
YUV 166.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 206 151 143 0 0.27 0.31 0.19 7.62 0.39 0.68
Hex CE 97 8F 0 1B 1F 13 8 27 44
Octal 316 227 217 0 33 37 23 10 47 104
Binary 11001110 10010111 10001111 0 11011 11111 10011 1000 100111 1000100

Color Harmonies of #CE978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE978F

Black with #CE978F

Text Example


Text Example

White with #CE978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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