Html Css Color HEX #CE918F Petite Orchid

📋 copy color: '#CE918F'

red 206 ◦ green 145 ◦ blue 143

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

Shades of Petite Orchid #CE918F

Tints of Petite Orchid #CE918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.35%

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

R = 41.7%
G = 29.35%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE918F (or 0xCE918F) is known color: Petite Orchid. HEX triplet: CE, 91 and 8F. RGB value is (206,145,143). Sum of RGB (Red+Green+Blue) = 206+145+143=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE918F is #316E70. Grayscale: #A3A3A3. Windows color (decimal): -3239537 or 9408974. OLE color: 9408974.

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

Color convert

RGB 206 145 143 -
CMYK 0 0.30 0.31 0.19
HSL 1.9º 0.39% 0.68% -
HSV(B) 1.9º 0.31% 0.81% -
XYZ 40.54 35.36 30.67 -
YUV 163.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 206 145 143 0 0.30 0.31 0.19 1.9 0.39 0.68
Hex CE 91 8F 0 1E 1F 13 2 27 44
Octal 316 221 217 0 36 37 23 2 47 104
Binary 11001110 10010001 10001111 0 11110 11111 10011 10 100111 1000100

Color Harmonies of #CE918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE918F

Black with #CE918F

Text Example


Text Example

White with #CE918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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