Html Css Color HEX #CE968F Petite Orchid

📋 copy color: '#CE968F'

red 206 ◦ green 150 ◦ blue 143

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

Shades of Petite Orchid #CE968F

Tints of Petite Orchid #CE968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.06%

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

R = 41.28%
G = 30.06%
B = 28.66%

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

#CE968F (or 0xCE968F) is known color: Petite Orchid. HEX triplet: CE, 96 and 8F. RGB value is (206,150,143). Sum of RGB (Red+Green+Blue) = 206+150+143=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE968F is #316970. Grayscale: #A6A6A6. Windows color (decimal): -3238257 or 9410254. OLE color: 9410254.

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

Color convert

RGB 206 150 143 -
CMYK 0 0.27 0.31 0.19
HSL 6.67º 0.39% 0.68% -
HSV(B) 6.67º 0.31% 0.81% -
XYZ 41.32 36.92 30.93 -
YUV 165.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 206 150 143 0 0.27 0.31 0.19 6.67 0.39 0.68
Hex CE 96 8F 0 1B 1F 13 7 27 44
Octal 316 226 217 0 33 37 23 7 47 104
Binary 11001110 10010110 10001111 0 11011 11111 10011 111 100111 1000100

Color Harmonies of #CE968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE968F

Black with #CE968F

Text Example


Text Example

White with #CE968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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