Html Css Color HEX #CE928E Petite Orchid

📋 copy color: '#CE928E'

red 206 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #CE928E

Tints of Petite Orchid #CE928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

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

R = 41.7%
G = 29.55%
B = 28.74%

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

#CE928E (or 0xCE928E) is known color: Petite Orchid. HEX triplet: CE, 92 and 8E. RGB value is (206,146,142). Sum of RGB (Red+Green+Blue) = 206+146+142=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE928E is #316D71. Grayscale: #A3A3A3. Windows color (decimal): -3239282 or 9343694. OLE color: 9343694.

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

Color convert

RGB 206 146 142 -
CMYK 0 0.29 0.31 0.19
HSL 3.75º 0.4% 0.68% -
HSV(B) 3.75º 0.31% 0.81% -
XYZ 40.61 35.63 30.33 -
YUV 163.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 206 146 142 0 0.29 0.31 0.19 3.75 0.4 0.68
Hex CE 92 8E 0 1D 1F 13 4 28 44
Octal 316 222 216 0 35 37 23 4 50 104
Binary 11001110 10010010 10001110 0 11101 11111 10011 100 101000 1000100

Color Harmonies of #CE928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE928E

Black with #CE928E

Text Example


Text Example

White with #CE928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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